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 61b2142 commit b5a7078
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:$GITHUB_SHA
run: docker push ${{ secrets.DOCKER_HUB_USER_NAME }}/docker-osx:latest

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

0 comments on commit b5a7078

Please sign in to comment.