Build on push, not PR
This commit is contained in:
parent
4a94fa90a3
commit
7e78ca7f61
2 changed files with 3 additions and 3 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -37,7 +37,7 @@ jobs:
|
|||
with:
|
||||
path: |
|
||||
.buildx-cache
|
||||
key: ${{ steps.get-version.outputs.version }}-release-${{ matrix.platform }}-${{ hashFiles('Dockerfile','requirements-container.txt','.netbox/requirements.txt') }}
|
||||
key: ${{ steps.get-version.outputs.version }}-release-${{ matrix.platform }}-${{ hashFiles('Dockerfile','requirements-container.txt') }}
|
||||
restore-keys: |
|
||||
${{ steps.get-version.outputs.version }}-release-
|
||||
${{ steps.get-version.outputs.version }}-
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue