Skip to content

Commit

Permalink
fix another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LasseHels committed Nov 23, 2024
1 parent 9104967 commit 3aa65ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
id: tag
run: echo "tag=${{ secrets.DOCKERHUB_USERNAME }}/tainter:${{ inputs.version }}" >> "$GITHUB_OUTPUT"
- name: Build image
run: IMAGE_TAG=${{ steps.tag.outputs.tag }} IMAGE_PLATFORMs=${{ inputs.platforms }} make image
run: IMAGE_TAG=${{ steps.tag.outputs.tag }} IMAGE_PLATFORMS=${{ inputs.platforms }} make image
- name: Login
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 3aa65ee

Please sign in to comment.