We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0c50cc8 + 633c69d commit 5da2c48Copy full SHA for 5da2c48
1 file changed
.github/workflows/cicd.yaml
@@ -25,7 +25,7 @@ jobs:
25
echo "VERSION=$VERSION" >> $GITHUB_ENV
26
echo "::set-output name=version::$VERSION"
27
- name: Build Docker image
28
- run: docker build -t ghcr.io/${{ github.repository }}/gitops-intro:${{ steps.changelog.outputs.version }} .
+ run: docker build -t ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:${{ steps.changelog.outputs.version }} .
29
30
- name: Push Docker image
31
run: docker push ghcr.io/${{ github.repository }}/gitops-intro:${{ steps.changelog.outputs.version }}
0 commit comments