We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df46f7d commit a64f003Copy full SHA for a64f003
.github/workflows/docker-image.yml
@@ -27,11 +27,11 @@ jobs:
27
push: true
28
tags: ghcr.io/${{ github.repository }}/${{ github.event.repository.name }}:latest
29
30
- - name: Build and push Docker image with the tag name
31
- if: startsWith(github.ref, 'refs/tags/')
32
- uses: docker/build-push-action@v5
33
- with:
34
- context: .
35
- push: true
36
- tags: |
37
- ghcr.io/${{ github.repository }}:${{ github.event.repository.name }}:${{ github.ref_name }}
+ - name: Build and push Docker image with the tag name
+ if: startsWith(github.ref, 'refs/tags/')
+ uses: docker/build-push-action@v5
+ with:
+ context: .
+ push: true
+ tags: |
+ ghcr.io/${{ github.repository }}:${{ github.event.repository.name }}:${{ github.ref_name }}
0 commit comments