File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name: Docker Image CI
44on :
55 push :
66 branches :
7- - production
7+ # - production
88
99jobs :
1010 build-image-and-push :
1313 -
1414 name : Checkout
1515 uses : actions/checkout@v6 # https://github.com/marketplace/actions/checkout
16- -
17- name : Set up QEMU
18- uses : docker/setup-qemu-action@v4 # https://github.com/marketplace/actions/docker-setup-qemu
16+ # -
17+ # name: Set up QEMU
18+ # uses: docker/setup-qemu-action@v4 # https://github.com/marketplace/actions/docker-setup-qemu
1919 -
2020 name : Set up Docker Buildx
2121 uses : docker/setup-buildx-action@v4 # https://github.com/marketplace/actions/docker-setup-buildx
3232 with :
3333 push : true
3434 platforms : linux/amd64,linux/arm64
35+ # ${{ secrets.DOCKER_USERNAME }}/atd-cost-of-service:production
3536 tags : |
36- ${{ secrets.DOCKER_USERNAME }}/atd-cost-of-service:production
3737 ${{ secrets.DOCKER_USERNAME }}/atd-cost-of-service:latest
3838 -
3939 name : Image digest
You can’t perform that action at this time.
0 commit comments