Skip to content

Commit

Permalink
fixed case typo in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SamMHD committed Aug 23, 2023
1 parent 52ae6d0 commit ab8a2c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Set Image tag
shell: bash
id: tag
run: echo "tag=ghcr.io/snapp-incubator/Cerberus:$GITHUB_SHA_SHORT" >> $GITHUB_OUTPUT
run: echo "tag=ghcr.io/snapp-incubator/cerberus:$GITHUB_SHA_SHORT" >> $GITHUB_OUTPUT

- uses: docker/login-action@v2
with:
Expand Down

0 comments on commit ab8a2c1

Please sign in to comment.