Skip to content

Commit 77a886c

Browse files
Merge pull request #49 from backstage/agentbellnorm-patch-1
Update release-tag.yml
2 parents 4c59335 + 133e6e1 commit 77a886c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/release-tag.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Set up QEMU
13-
uses: docker/setup-qemu-action@v1
13+
uses: docker/setup-qemu-action@v2
1414

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

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

2828
- name: Build and push
2929
id: docker_build
30-
uses: docker/build-push-action@v2
30+
uses: docker/build-push-action@v4
3131
with:
32+
context: .
3233
platforms: linux/amd64,linux/arm64
3334
push: true
3435
tags: spotify/techdocs:${{ steps.get_version.outputs.VERSION }}

0 commit comments

Comments
 (0)