Skip to content

Commit

Permalink
Update build-and-publish-docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Daschi1 authored Aug 12, 2024
1 parent 2cba497 commit ee59129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ jobs:
with:
context: . # The context is the root of the repository
push: ${{ github.event_name != 'pull_request' }} # Only push if not a PR
# Define tags for the Docker image using version information
tags: |
# Define tags for the Docker image using version information
latest
${{ env.MAJOR_MINOR_PATCH }}
${{ env.MAJOR_MINOR }}
Expand Down

0 comments on commit ee59129

Please sign in to comment.