Skip to content

Commit

Permalink
fix for push to docker hub
Browse files Browse the repository at this point in the history
  • Loading branch information
lkurzyniec committed Aug 20, 2024
1 parent 2b027d0 commit c047818
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ jobs:
echo "### Version ${version} published! :rocket:" >> $GITHUB_STEP_SUMMARY
echo "VERSION=${version}" >> $GITHUB_ENV
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Docker meta
id: meta
uses: docker/metadata-action@v5
Expand Down

0 comments on commit c047818

Please sign in to comment.