Skip to content

chore(deps): bump guardian/actions-publish-image from 0.0.7 to 0.0.8 in /.github/workflows - #16725

Merged
akash1810 merged 1 commit into
mainfrom
dependabot/github_actions/dot-github/workflows/guardian/actions-publish-image-0.0.8
Sep 15, 2026
Merged

akash1810 merged 1 commit into
mainfrom
dependabot/github_actions/dot-github/workflows/guardian/actions-publish-image-0.0.8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 14, 2026

Copy link
Copy Markdown
Contributor

Bumps guardian/actions-publish-image from 0.0.7 to 0.0.8.

Release notes

Sourced from guardian/actions-publish-image's releases.

v0.0.8

What's Changed

Full Changelog: guardian/actions-publish-image@v0.0.7...v0.0.8

Commits
  • c254059 Merge pull request #16 from guardian/aa/update-pr-comment
  • 21f6078 feat: Update PR comment
  • 80b0390 Merge pull request #15 from guardian/akash1810-patch-1
  • 1875549 docs: Update description of image tags
  • See full diff in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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>
@dependabot dependabot Bot added Dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code labels Sep 14, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner September 14, 2026 18:35
@dependabot dependabot Bot added Dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code labels Sep 14, 2026
@github-actions

Copy link
Copy Markdown

🚀 Image pushed to AWS ECR

Image digest: sha256:3467ce8a10d15c9bbcdf9bd58f1a96d3ea1273dabf9dcf4ee42fa811fda608e8

🐛 Run the image locally

The following can be used to run the image locally:

# Refer to image using the immutable digest. Find alternatives below.
IMAGE_IDENTIFIER="@sha256:3467ce8a10d15c9bbcdf9bd58f1a96d3ea1273dabf9dcf4ee42fa811fda608e8"

# Refer to image using branch tag
# IMAGE_IDENTIFIER=":branch-dependabot-github_actions-dot-github-workflows-guardian-actions-publish-image-0.0.8"

# Refer to image using build tag
# IMAGE_IDENTIFIER=":build-31131"

# Set environment variables for the AWS CLI
AWS_PROFILE="<A_PROFILE_FROM_JANUS>"
AWS_DEFAULT_REGION="eu-west-1"

IMAGE_ACCOUNT_ID=$(aws ssm get-parameter --name /organisation/accounts/artifacts --query "Parameter.Value" --output text)
REGISTRY="${IMAGE_ACCOUNT_ID}.dkr.ecr.${AWS_DEFAULT_REGION}.amazonaws.com"
IMAGE="${REGISTRY}/guardian/dotcom-rendering${IMAGE_IDENTIFIER}"

# Login to AWS ECR https://docs.aws.amazon.com/AmazonECR/latest/userguide/registry_auth.html
aws ecr get-login-password | docker login --username AWS --password-stdin $REGISTRY

# Pull the image
docker pull $IMAGE

# Run the image. You'll likely need to set additional flags. See https://docs.docker.com/reference/cli/docker/container/run.
docker run $IMAGE

From guardian/actions-publish-image.

@akash1810
akash1810 added this pull request to the merge queue Sep 15, 2026
Merged via the queue into main with commit 6f7f643 Sep 15, 2026
45 checks passed
@akash1810
akash1810 deleted the dependabot/github_actions/dot-github/workflows/guardian/actions-publish-image-0.0.8 branch September 15, 2026 07:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant