File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ jobs:
10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Set up QEMU
13
- uses : docker/setup-qemu-action@v1
13
+ uses : docker/setup-qemu-action@v2
14
14
15
15
- name : Set up Docker Buildx
16
- uses : docker/setup-buildx-action@v1
16
+ uses : docker/setup-buildx-action@v2
17
17
18
18
- name : Login to DockerHub
19
- uses : docker/login-action@v1
19
+ uses : docker/login-action@v2
20
20
with :
21
21
username : ${{ secrets.DOCKERHUB_USERNAME }}
22
22
password : ${{ secrets.DOCKERHUB_TOKEN }} # This is not the actual password of the user, just a token
27
27
28
28
- name : Build and push
29
29
id : docker_build
30
- uses : docker/build-push-action@v2
30
+ uses : docker/build-push-action@v4
31
31
with :
32
+ context : .
32
33
platforms : linux/amd64,linux/arm64
33
34
push : true
34
35
tags : spotify/techdocs:${{ steps.get_version.outputs.VERSION }}
You can’t perform that action at this time.
0 commit comments