Skip to content

Commit c1a7576

Browse files
testing
1 parent d5099ab commit c1a7576

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-sbom.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919
uses: docker/metadata-action@v5
2020
with:
2121
images: |
22-
nhsdev/${{ inputs.dockerhub_name }}
22+
nhsdev/nia-gp2gp-adaptor
2323
tags: |
2424
type=semver,pattern={{version}}
2525
flavor: |
2626
latest=false
2727
labels: |
28-
org.opencontainers.image.source=https://github.com/${{ github.repository }}/blob/${{ github.ref_name }}/docker/${{ inputs.folder }}/Dockerfile
28+
org.opencontainers.image.source=https://github.com/${{ github.repository }}/blob/${{ github.ref_name }}/docker/service/Dockerfile
2929
- name: Log in to the Container registry
3030
uses: docker/login-action@v3
3131
with:
@@ -35,7 +35,7 @@ jobs:
3535
uses: docker/build-push-action@v5
3636
with:
3737
context: .
38-
file: docker/${{ inputs.folder }}/Dockerfile
38+
file: docker/service/Dockerfile
3939
push: false
4040
tags: ${{ steps.meta.outputs.tags }}
4141
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)