Skip to content

Commit

Permalink
Remove slash
Browse files Browse the repository at this point in the history
  • Loading branch information
bman46 committed Aug 17, 2024
1 parent 7b6ab11 commit c3c90c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ jobs:
with:
context: ./${{ matrix.container }}/
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ env.REGISTRY }}/${{steps.repository_owner.outputs.lowerCaseValue}}/${{ matrix.container }}:2024.1-ubuntu_jammy-${{ steps.date.outputs.date }},${{ env.REGISTRY }}/${{ github.repository_owner }}/${{ matrix.container }}:2024.1-ubuntu_jammy
tags: ${{ env.REGISTRY }}${{steps.repository_owner.outputs.lowerCaseValue}}/${{ matrix.container }}:2024.1-ubuntu_jammy-${{ steps.date.outputs.date }},${{ env.REGISTRY }}/${{ github.repository_owner }}/${{ matrix.container }}:2024.1-ubuntu_jammy
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit c3c90c2

Please sign in to comment.