Skip to content

Commit b237466

Browse files
committed
test
1 parent 26ff233 commit b237466

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/action-docker-test.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,23 @@ jobs:
1010
- name: checkout
1111
uses: actions/checkout@v4
1212

13+
- uses: docker/setup-qemu-action@v2
14+
- uses: docker/setup-buildx-action@v2
15+
1316
- name: login to GitHub container registry
1417
uses: docker/login-action@v3
1518
with:
1619
registry: ghcr.io
1720
username: ${{ github.repository_owner }}
1821
password: ${{ secrets.GITHUB_TOKEN }}
1922

20-
- name: set up docker buildx
21-
uses: docker/setup-buildx-action@v3
22-
2323
- name: build and push
2424
uses: docker/build-push-action@v6
2525
with:
2626
push: true
2727
platforms: linux/amd64,linux/arm64
28-
build-args: |
29-
VERSION=dev
30-
tags: |
31-
ghcr.io/vladopajic/go-test-coverage:dev
28+
build-args: VERSION=dev
29+
tags: ghcr.io/vladopajic/go-test-coverage:dev
3230

3331
- uses: actions/delete-package-versions@v5
3432
with:

0 commit comments

Comments
 (0)