Skip to content

Commit

Permalink
added two important steps to docker-hub__publish
Browse files Browse the repository at this point in the history
  • Loading branch information
DinisCruz committed Oct 1, 2024
1 parent 10380e0 commit 40bd066
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/actions/docker-hub__publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ runs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Git Update Current Branch
uses: .github/actions/git__update_branch@dev

- name: Set $Version from file
uses: .github/actions/git__read_version@dev

- name: Log in to Docker Hub
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 40bd066

Please sign in to comment.