Skip to content

Commit

Permalink
fix: remove docker load command
Browse files Browse the repository at this point in the history
  • Loading branch information
alarv committed May 30, 2024
1 parent c1f9955 commit 4452980
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,4 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Push docker image to DockerHub
run: |
docker load < result
docker push ${IMAGE_NAME}:${{ steps.meta.outputs.tags }}
run: docker push ${IMAGE_NAME}:${{ steps.meta.outputs.tags }}

0 comments on commit 4452980

Please sign in to comment.