I hate github actions
This commit is contained in:
parent
bf73fc7137
commit
b31ff30963
6
.github/workflows/build-arch-images.yml
vendored
6
.github/workflows/build-arch-images.yml
vendored
@ -28,12 +28,16 @@ jobs:
|
|||||||
]
|
]
|
||||||
env:
|
env:
|
||||||
ABSOLUTE_DH_IMAGE: docker.io/corysanin/archy-build-thing
|
ABSOLUTE_DH_IMAGE: docker.io/corysanin/archy-build-thing
|
||||||
DEPLOY: github.ref == 'refs/heads/master' && ( github.event_name == 'push' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' )
|
DEPLOY: false
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
packages: write
|
packages: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: determine deployment
|
||||||
|
if: github.ref == 'refs/heads/master' && ( github.event_name == 'push' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' )
|
||||||
|
run: echo "DEPLOY=true" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user