We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71d4bbb commit 7a29a81Copy full SHA for 7a29a81
.github/workflows/docker-publish.yml
@@ -61,13 +61,7 @@ jobs:
61
username: ${{ github.actor }}
62
password: ${{ secrets.GITHUB_TOKEN }}
63
64
- - name: Build and push
65
- uses: docker/build-push-action@v5
66
- with:
67
- push: true
68
- tags: ${{ steps.extract_branch.outputs.branch }}
69
-
70
+
71
# Extract metadata (tags, labels) for Docker
72
# https://github.com/docker/metadata-action
73
- name: Extract Docker metadata
@@ -76,6 +70,8 @@ jobs:
76
with:
77
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
78
74
79
75
# Build and push Docker image with Buildx (don't push on PR)
80
# https://github.com/docker/build-push-action
81
- name: Build and push Docker image
0 commit comments