build on CICD

This commit is contained in:
John Wong 2023-05-21 20:44:47 +08:00
parent 1f7b7ab3b0
commit 6c33a6c46b

View file

@ -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: .