mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2023-06-08.git
synced 2024-08-15 00:53:38 +00:00
build on CICD
This commit is contained in:
parent
1f7b7ab3b0
commit
6c33a6c46b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/container-release.yml
vendored
4
.github/workflows/container-release.yml
vendored
|
@ -56,7 +56,7 @@ jobs:
|
|||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
|
||||
- name: Build and push Docker AMD64 image without QUIC for Push Event
|
||||
if: github.ref == 'refs/heads/master'
|
||||
if: github.ref == 'refs/heads/CICD'
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
context: .
|
||||
|
@ -69,7 +69,7 @@ jobs:
|
|||
"disable_quic=1"
|
||||
|
||||
- name: Build and push Docker ARM64 image without QUIC for Push Event
|
||||
if: github.ref == 'refs/heads/master'
|
||||
if: github.ref == 'refs/heads/CICD'
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
context: .
|
||||
|
|
Loading…
Reference in a new issue