Skip to content

Commit

Permalink
tag the image as :pr-PR_NUMBER as refs/pull/PR_NUMBER/merge is an inv…
Browse files Browse the repository at this point in the history
…alid tag format
  • Loading branch information
nodiscc committed Aug 19, 2023
1 parent c4f6a7e commit 94b71f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
uses: docker/build-push-action@v2
with:
push: false
tags: shaarli/shaarli:${{ github.ref }}
tags: shaarli/shaarli:pr-${{ github.event.number }}
- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}

0 comments on commit 94b71f2

Please sign in to comment.