Skip to content

Commit b5a7078

Browse files
committed
Push latest
1 parent 61b2142 commit b5a7078

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
docker build "$GITHUB_WORKSPACE" -t ${{ secrets.DOCKER_HUB_USER_NAME }}/docker-osx:$GITHUB_SHA --label dockerfile-path="Dockerfile"
3434
3535
- name: Push Docker image
36-
run: docker push ${{ secrets.DOCKER_HUB_USER_NAME }}/docker-osx:$GITHUB_SHA
36+
run: docker push ${{ secrets.DOCKER_HUB_USER_NAME }}/docker-osx:latest
3737

3838
- name: Logout from Docker Hub
3939
run: docker logout

0 commit comments

Comments
 (0)