Skip to content

Commit

Permalink
Update with correct tag
Browse files Browse the repository at this point in the history
  • Loading branch information
johncordeiro authored May 26, 2022
1 parent 46e6c85 commit 6a4e5d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set output
id: vars
run: echo ::set-output name=tag::${GITHUB_REF#refs/*/}
- name: Login to DockerHub
uses: docker/login-action@v1
with:
Expand Down

0 comments on commit 6a4e5d5

Please sign in to comment.