Skip to content

Commit b92466e

Browse files
author
Adrian Auer
committed
hope I use ${{env.IMAGE_NAME}} correct this time
1 parent 362efdd commit b92466e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build_and_push_docker_images.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ jobs:
4444
id: meta
4545
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
4646
with:
47-
images: ${{ env.REGISTRY }}/helloric/${{env.IMAGE_NAME}}
47+
images: ${{ env.REGISTRY }}/${{env.IMAGE_NAME}}
4848
tags: |
4949
type=raw,value=${{ github.sha }}
5050
type=raw,value=latest
5151
labels: |
5252
labels: |
5353
org.opencontainers.image.title=HelloRic UI Communication Node
5454
org.opencontainers.image.description=Docker image for HelloRic UI Communication Node
55-
org.opencontainers.image.url=https://github.com/helloric/${{env.IMAGE_NAME}}
55+
org.opencontainers.image.url=https://github.com/${{env.IMAGE_NAME}}
5656
org.opencontainers.image.vendor=DFKI RIC
5757
org.opencontainers.image.licenses=3-Clause BSD License
5858
# This step uses the `docker/build-push-action` action to build the image, based on your repository's `Dockerfile`. If the build succeeds, it pushes the image to GitHub Packages.
@@ -73,7 +73,7 @@ jobs:
7373
- name: Generate artifact attestation
7474
uses: actions/attest-build-provenance@v3
7575
with:
76-
subject-name: ${{ env.REGISTRY }}/helloric/${{env.IMAGE_NAME}}
76+
subject-name: ${{ env.REGISTRY }}/${{env.IMAGE_NAME}}
7777
subject-digest: ${{ steps.push.outputs.digest }}
7878
push-to-registry: true
7979

0 commit comments

Comments
 (0)