Skip to content

Commit 09ae174

Browse files
chore(deps): update docker/metadata-action digest to 44d81d6 (#11)
* chore: make image names explicit * chore(deps): update docker/metadata-action digest to 44d81d6 --------- Co-authored-by: naftis <pyry.rouvila@gmail.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3229159 commit 09ae174

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/docker-publish-mock.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
env:
99
REGISTRY: ghcr.io
10-
IMAGE_NAME: ${{ github.repository }}-mock
10+
IMAGE_NAME: mosip-mock
1111

1212
jobs:
1313
build-and-push-image:
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Extract metadata (tags, labels) for Docker
3434
id: meta
35-
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
35+
uses: docker/metadata-action@44d81d6d2a5a935e1a481942268529623f1f5ccd
3636
with:
3737
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
3838

.github/workflows/docker-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
env:
99
REGISTRY: ghcr.io
10-
IMAGE_NAME: ${{ github.repository }}
10+
IMAGE_NAME: mosip
1111

1212
jobs:
1313
build-and-push-image:
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Extract metadata (tags, labels) for Docker
3434
id: meta
35-
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
35+
uses: docker/metadata-action@44d81d6d2a5a935e1a481942268529623f1f5ccd
3636
with:
3737
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
3838

0 commit comments

Comments
 (0)