Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zhulik committed Nov 21, 2022
1 parent 9a22969 commit 647adf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ jobs:
run: echo "version=${{ steps.last_release.outputs.release }}" | sed 's/^v\(.*\)/\1/' >> $GITHUB_OUTPUT

- name: Print latest version
run: echo ${{ steps.last_version.outputs.verison }} | sed 's/^v\(.*\)/\1/'
run: echo ${{ steps.last_version.outputs.version }} | sed 's/^v\(.*\)/\1/'

# TODO: check if tag already exists

- name: Build and publish a Docker image for ${{ github.repository }}
uses: macbre/push-to-ghcr@master
env:
TAG: "${{ steps.last_version.outputs.verison }}-${{ matrix.image.suffix }}"
TAG: "${{ steps.last_version.outputs.version }}-${{ matrix.image.suffix }}"
with:
image_name: ${{ github.repository }}
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 647adf2

Please sign in to comment.