File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed
Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -117,27 +117,3 @@ jobs:
117117 - @impulselab/testing: v${{ steps.bump.outputs.version }}
118118 generate_release_notes : true
119119 token : ${{ secrets.GITHUB_TOKEN }}
120-
121- - name : Set up QEMU
122- uses : docker/setup-qemu-action@v3
123-
124- - name : Set up Docker Buildx
125- uses : docker/setup-buildx-action@v3
126-
127- - name : Log in to GitHub Container Registry
128- uses : docker/login-action@v3
129- with :
130- registry : ghcr.io
131- username : ${{ github.actor }}
132- password : ${{ secrets.GITHUB_TOKEN }}
133-
134- - name : Build and push Docker image
135- uses : docker/build-push-action@v5
136- with :
137- context : .
138- file : Dockerfile
139- platforms : linux/amd64,linux/arm64
140- push : true
141- tags : |
142- ghcr.io/${{ github.repository_owner }}/testing:latest
143- ghcr.io/${{ github.repository_owner }}/testing:${{ steps.bump.outputs.version }}
You can’t perform that action at this time.
0 commit comments