Skip to content

Commit 6548978

Browse files
committed
ci: remove Docker setup steps from CI workflow
1 parent 86edb2b commit 6548978

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

.github/workflows/bump-and-publish.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)