Skip to content

Commit

Permalink
Update docker-build-and-push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieupelatan authored Dec 13, 2023
1 parent be6658f commit 12ac539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Get commit id
id: vars
run: echo "::set-output name=sha_short::$(git rev-parse --short HEAD)"
run: echo "name=sha_short::$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT

- name: Extract metadata (tags, labels) for Docker
id: meta
Expand Down

0 comments on commit 12ac539

Please sign in to comment.