Skip to content

Commit

Permalink
test: delete "/" after repo address
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahsa committed Jan 21, 2024
1 parent e5e8a73 commit 7fec14d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ jobs:
context: ${{ matrix.dir }}
platforms: linux/amd64
push: true
tags: ghcr.io/${{ github.repository }}/${{ matrix.dir }}:latest
tags: ghcr.io/${{ github.repository }}${{ matrix.dir }}:${{ github.sha }}

0 comments on commit 7fec14d

Please sign in to comment.