Skip to content

Commit

Permalink
Merge pull request #49 from backstage/agentbellnorm-patch-1
Browse files Browse the repository at this point in the history
Update release-tag.yml
  • Loading branch information
agentbellnorm committed Apr 4, 2023
2 parents 4c59335 + 133e6e1 commit 77a886c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
uses: docker/setup-qemu-action@v2

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

- name: Login to DockerHub
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }} # This is not the actual password of the user, just a token
Expand All @@ -27,8 +27,9 @@ jobs:

- name: Build and push
id: docker_build
uses: docker/build-push-action@v2
uses: docker/build-push-action@v4
with:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: spotify/techdocs:${{ steps.get_version.outputs.VERSION }}
Expand Down

0 comments on commit 77a886c

Please sign in to comment.