Skip to content

[WIP] Update github action workflow to reflect new cloud storage#30

Closed
ABarroso647 wants to merge 1 commit intomasterfrom
feature/artifact_registry_migration
Closed

[WIP] Update github action workflow to reflect new cloud storage#30
ABarroso647 wants to merge 1 commit intomasterfrom
feature/artifact_registry_migration

Conversation

@ABarroso647
Copy link
Contributor

Description

Container registry is to be deprecated, as such this will fix our build path to reflect the move to artifact-registry instead as per
https://cloud.google.com/artifact-registry/docs/transition/auto-migrate-gcr-ar
...

Fixes # (issue)

Type of change

  • Bug or typo fix
  • New feature

Checklist:

  • Code conforms to convention guidelines
  • Tested changes in a dev environment

@ABarroso647 ABarroso647 requested a review from a team as a code owner June 3, 2025 06:06
docker build \
-f build/Dockerfile.bot \
--tag "gcr.io/$PROJECT_ID/$IMAGE:$GITHUB_SHA" \
--tag "us-central1-docker.pkg.dev/$PROJECT_ID/REPOSITORY_NAME/$IMAGE:$GITHUB_SHA" \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you forgot to make REPOSITORY_NAME this an env variable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants