File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments