Skip to content

Commit

Permalink
use github.ref context property instead of $GITHUB_REF
Browse files Browse the repository at this point in the history
  • Loading branch information
nodiscc committed Aug 19, 2023
1 parent cf0130b commit 6f12b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-branch.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:${{ github.ref }}
- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}

0 comments on commit 6f12b13

Please sign in to comment.