Skip to content

Commit

Permalink
fix: tags
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Collins <[email protected]>
  • Loading branch information
alexec committed Mar 12, 2023
1 parent 701af5f commit b246a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: docker build . --tag ghcr.io/kitproj/sim:latest

- name: Tag Docker image
run: docker tag ghcr.io/kitproj/sim:latest ghcr.io/kitproj/sim:${{ github.ref }}
run: docker tag ghcr.io/kitproj/sim:latest ghcr.io/kitproj/sim:${GITHUB_REF#refs/*/}

- name: Push Docker images
run: docker push -a ghcr.io/kitproj/sim

0 comments on commit b246a05

Please sign in to comment.