Skip to content

Commit

Permalink
ci: try enhance tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasmueller committed Sep 27, 2024
1 parent e0ee041 commit c3248f5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build-productcatalogservice-fork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ on:
- demaf
- ES-86

env:
IMAGE_URL: ghcr.io/ust-demaf
IMAGE_NAME: productcatalogservice
IMAGE_TAG: 1.11.1

jobs:
build-using-dockerfile-push-2-ghcr:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -35,6 +40,6 @@ jobs:
file: ./src/productcatalogservice/Dockerfile
platforms: linux/amd64, linux/arm64
push: true
tags: ghcr.io/ust-demaf/productcatalogservice:latest
tags: ${{ env.IMAGE_URL }}/demo:${{ env.IMAGE_TAG }}-${{ env.IMAGE_NAME }}
provenance: false

0 comments on commit c3248f5

Please sign in to comment.