Skip to content

Commit 39e4cfa

Browse files
committed
Change tag name
1 parent 984f89c commit 39e4cfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/container.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ jobs:
1414
registry: ghcr.io
1515
username: ${{ github.actor }}
1616
password: ${{ secrets.GITHUB_TOKEN }}
17-
- run: docker build -t ghcr.io/${{ github.repository }}:${{ github.ref }} .
18-
- run: docker push ghcr.io/${{ github.repository }}:${{ github.ref }}
17+
- run: docker build -t ghcr.io/${{ github.repository }}:${{ github.ref_name }} .
18+
- run: docker push ghcr.io/${{ github.repository }}:${{ github.ref_name }}

0 commit comments

Comments
 (0)