Skip to content

Commit

Permalink
release workflow angepasst
Browse files Browse the repository at this point in the history
  • Loading branch information
dewenni committed Oct 17, 2024
1 parent cebd618 commit 7f7648e
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 @@ -56,7 +56,9 @@ jobs:
context: .
file: dockerfile
push: true
tags: ${{ github.repository_owner }}/${{ github.event.repository.name }}:${{ github.ref_name }}
tags: |
${{ github.repository_owner }}/${{ github.event.repository.name }}:${{ github.ref_name }}
${{ github.repository_owner }}/${{ github.event.repository.name }}:latest
create_release:
if: ${{ startsWith(github.ref, 'refs/tags/') }}
Expand Down

0 comments on commit 7f7648e

Please sign in to comment.