Skip to content

Commit

Permalink
build(ci): fix image tags (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
xensik authored Mar 16, 2024
1 parent c411708 commit b8e30e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ jobs:
xensik/gsc-tool
ghcr.io/xensik/gsc-tool
tags: |
${{ github.ref == 'refs/tags/' && github.ref_name || github.ref }}
${{ github.ref_name }}
latest
- name: Build and Push Docker Image
Expand Down

0 comments on commit b8e30e6

Please sign in to comment.