Skip to content

Commit

Permalink
Fix typo in GitHub Action push command (#96)
Browse files Browse the repository at this point in the history
This commit corrects a typographical error in the GitHub Action main
workflow file, changing 'puth' to 'push'. This ensures the correct
Docker command is triggered and avoids potential failures in the image
publishing process.
  • Loading branch information
SmetDenis committed Mar 26, 2024
1 parent ac44e3c commit 3759490
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 @@ -273,7 +273,7 @@ jobs:
if: github.ref == 'refs/heads/master'
with:
context: .
puth: true
push: true
tags: jbzoo/csv-blueprint:master


Expand Down

0 comments on commit 3759490

Please sign in to comment.