Skip to content

Commit

Permalink
Push latest
Browse files Browse the repository at this point in the history
  • Loading branch information
sickcodes committed Nov 18, 2024
1 parent b5a7078 commit fb8aa4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
docker build "$GITHUB_WORKSPACE" -t ${{ secrets.DOCKER_HUB_USER_NAME }}/docker-osx:$GITHUB_SHA --label dockerfile-path="Dockerfile"
- name: Push Docker image
run: docker push ${{ secrets.DOCKER_HUB_USER_NAME }}/docker-osx:latest
run: docker push ${{ secrets.DOCKER_HUB_USER_NAME }}/docker-osx

- name: Logout from Docker Hub
run: docker logout
Expand Down

0 comments on commit fb8aa4b

Please sign in to comment.