Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
volker-baecker authored May 9, 2023
1 parent dbbce22 commit 1c9c6b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
- name: Get the version
id: vars
run: echo "tag=$(echo ${GITHUB_REF:10})" >> $GITHUB_OUTPUT
- name: Show version
run: echo "tag=${{ steps.vars.outputs.tag }}"
- name: Build the tagged Docker image
run: docker build . --file Dockerfile --tag ${{ env.USER_NAME }}/${{ env.REPOSITORY_NAME }}:${{ steps.vars.outputs.tag }}
- name: Push the tagged Docker image
Expand Down

0 comments on commit 1c9c6b2

Please sign in to comment.