File tree 1 file changed +4
-7
lines changed
1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -24,17 +24,14 @@ jobs:
24
24
username : ${{ env.DOCKER_USER }}
25
25
password : ${{ env.DOCKER_PASSWORD }}
26
26
27
- - name : Extract metadata (tags, labels) for Docker
28
- id : meta
29
- uses : docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
30
- with :
31
- images : ${{ env.DOCKER_USER }}/${{ env.REPO_NAME }}
27
+ - name : Set up Docker Buildx
28
+ uses : docker/setup-buildx-action@v2
32
29
33
30
- name : Build and push Docker image
34
- uses : docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
31
+ uses : docker/build-push-action@v4
35
32
with :
36
33
context : .
37
34
file : ./build/Dockerfile
38
35
push : true
39
- tags : ${{ steps.vars.outputs.tag }}
36
+ tags : ${{ env.DOCKER_USER }}/${{ env.REPO_NAME }}:${{ steps.vars.outputs.tag }}
40
37
labels : ${{ steps.meta.outputs.labels }}
You can’t perform that action at this time.
0 commit comments