Skip to content

Commit

Permalink
chore: fix prop access
Browse files Browse the repository at this point in the history
  • Loading branch information
yasinmiran committed Oct 9, 2024
1 parent 7007de9 commit f0167d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@ jobs:
with:
context: .
tags: |
ghcr.io/${{ env.repo_name }}:${{ needs.bump_version.steps.extract_version.outputs.version }}
ghcr.io/${{ env.repo_name }}:${{ needs.bump_version.outputs.version }}
ghcr.io/${{ env.repo_name }}:latest

0 comments on commit f0167d9

Please sign in to comment.