Skip to content

Commit 2c8dd6f

Browse files
committed
testing no QEMU
1 parent 0af761c commit 2c8dd6f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/docker-build-push.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Docker Image CI
44
on:
55
push:
66
branches:
7-
- production
7+
# - production
88

99
jobs:
1010
build-image-and-push:
@@ -13,9 +13,9 @@ jobs:
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
@@ -32,8 +32,8 @@ jobs:
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

0 commit comments

Comments
 (0)