Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklambourne committed Nov 10, 2021
1 parent f3af89d commit a67dd42
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/docker_image_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,17 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Get tag
id: tag
uses: dawidd6/action-get-tag@v1
with:
# Strip `v` prefix
strip_v: true
-
name: Build and push
uses: docker/build-push-action@v2
with:
context: .
push: true
tags: coedl/elpis:${GITHUB_REF:11}
tags: coedl/elpis:${{steps.tag.outputs.tag}}

0 comments on commit a67dd42

Please sign in to comment.