Skip to content

Commit

Permalink
Enable snapshot image pushing
Browse files Browse the repository at this point in the history
  • Loading branch information
markpatton committed Dec 13, 2023
1 parent 268617a commit 62c628b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ jobs:
run: |
for name in ${{ inputs.images }}
do
echo docker push $name:$VERSION
docker push $name:$VERSION
done

0 comments on commit 62c628b

Please sign in to comment.