Skip to content

Commit

Permalink
refactor: Fix reference tag format
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Nov 28, 2024
1 parent 8380a72 commit c303ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
env:
REGISTRY: ghcr.io
OWNER: starfederation
IMAGE_NAME: ${{ github.repository }}-dev
IMAGE_NAME: ${{ github.repository }}dev
uses: docker/build-push-action@v4
with:
context: ./.github
Expand Down

0 comments on commit c303ac0

Please sign in to comment.