Skip to content

Commit 7f54378

Browse files
authored
Update build-and-publish-docker.yml
1 parent 04ee7b3 commit 7f54378

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-and-publish-docker.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@ jobs:
8383
push: ${{ github.event_name != 'pull_request' }} # Only push if not a PR
8484
# Define tags for the Docker image using version information
8585
tags: |
86-
latest
87-
${{ env.MAJOR_MINOR_PATCH }}
88-
${{ env.MAJOR_MINOR }}
89-
${{ env.MAJOR }}
86+
test/test:latest
87+
test/test:${{ env.MAJOR_MINOR_PATCH }}
88+
test/test:${{ env.MAJOR_MINOR }}
89+
test/test:${{ env.MAJOR }}
9090
# tags: ${{ steps.meta.outputs.tags }} # Use the tags generated in the previous step
9191
# labels: ${{ steps.meta.outputs.labels }} # Use the labels generated in the previous step
9292
cache-from: type=gha # Use GitHub Actions cache to speed up builds

0 commit comments

Comments
 (0)