Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
stanistan authored May 23, 2023
1 parent 134190c commit 0adcd01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
VERSON_SHA=${{ github.sha }}
VERSION_SHA=${{ github.sha }}
- name: Image digest
run: echo ${{ steps.build_push.outputs.digest }}

0 comments on commit 0adcd01

Please sign in to comment.