Skip to content

Commit 6f7f643

Browse files
chore(deps): bump guardian/actions-publish-image in /.github/workflows (#16725)
Bumps [guardian/actions-publish-image](https://github.com/guardian/actions-publish-image) from 0.0.7 to 0.0.8. - [Release notes](https://github.com/guardian/actions-publish-image/releases) - [Commits](guardian/actions-publish-image@v0.0.7...v0.0.8) --- updated-dependencies: - dependency-name: guardian/actions-publish-image dependency-version: 0.0.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f99d1ea commit 6f7f643

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/container-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Build image
4040
run: docker buildx build --platform linux/arm64 -f Production.dockerfile -t ${{ github.repository }}:latest .
4141
- name: Publish Image
42-
uses: guardian/actions-publish-image@v0.0.7
42+
uses: guardian/actions-publish-image@v0.0.8
4343
id: publish-image
4444
with:
4545
roleArn: ${{ secrets.GU_ARTIFACTS_ROLE_ARN }}

0 commit comments

Comments
 (0)