Skip to content

Commit

Permalink
rename build id's in action
Browse files Browse the repository at this point in the history
  • Loading branch information
sickcodes committed Nov 18, 2024
1 parent 93c2119 commit 730d6f2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,16 @@ jobs:
docker build "$GITHUB_WORKSPACE" -t sickcodes/docker-osx:master --label dockerfile-path="Dockerfile"
- name: Label Master Docker Image as Latest
id: build_image
id: label_image
run: |
docker tag sickcodes/docker-osx:master sickcodes/docker-osx:latest
- name: Push Docker image master
id: push_master
run: docker push sickcodes/docker-osx:master

- name: Push Docker image latest
id: push_latest
run: docker push sickcodes/docker-osx:latest

- name: Logout from Docker Hub
Expand Down

0 comments on commit 730d6f2

Please sign in to comment.