Skip to content

Commit

Permalink
fix actions
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Trent <[email protected]>
  • Loading branch information
trent-s committed Apr 15, 2024
1 parent bb062ed commit 443fdd0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/publish-images/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ runs:
steps:
- name: Checkout source
uses: actions/checkout@v4
with:
fetch-tags: ''

- uses: actions/setup-go@v5
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
steps:
- name: Checkout source
uses: actions/checkout@v4
with:
fetch-tags: ''

- uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit 443fdd0

Please sign in to comment.