Skip to content

Commit

Permalink
Merge pull request #190 from dokku/drop-docker-setup
Browse files Browse the repository at this point in the history
chore: remove qemu and buildx setup during version bumping
  • Loading branch information
josegonzalez committed May 18, 2024
2 parents 9ee6726 + c5e6e54 commit 6959bb9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ jobs:
fetch-depth: 0
token: ${{ env.GITHUB_ACCESS_TOKEN }}

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Get Latest Tag
id: latest-tag
run: |
Expand Down

0 comments on commit 6959bb9

Please sign in to comment.