Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SonnyBA committed Sep 27, 2024
1 parent 2132d6d commit fbfd933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ jobs:
run: echo "${{ secrets.docker-token }}" | docker login -u ${{ secrets.docker-username }} --password-stdin

- name: Push the Docker image
run: docker push ${{{ inputs.docker-image-name }}:${{ steps.vars.outputs.tag }}
run: docker push ${{ inputs.docker-image-name }}:${{ steps.vars.outputs.tag }}

0 comments on commit fbfd933

Please sign in to comment.