Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(docker): Push to Docker Hub #18250

Merged
merged 1 commit into from
Jan 29, 2025
Merged

Conversation

jbuck
Copy link
Member

@jbuck jbuck commented Jan 18, 2025

Because

  • We are using GitHub Actions and Google Artifact Registry to build and push production container images

This pull request

  • Pushes the container image to Docker Hub from GitHub Actions

Issue that this pull request solves

Closes: FXA-10933

Checklist

Put an x in the boxes that apply

  • My commit is GPG signed.
  • If applicable, I have modified or added tests which pass locally.
  • I have added necessary documentation (if appropriate).
  • I have verified that my changes render correctly in RTL (if appropriate).

Screenshots (Optional)

Please attach the screenshots of the changes made in case of change in user interface.

Other information (Optional)

Any other information that is important to this pull request.

@@ -105,7 +120,8 @@ jobs:
with:
context: .
file: _dev/docker/mono/Dockerfile
tags: ${{ env.GAR_LOCATION }}-docker.pkg.dev/${{ env.GCP_PROJECT_ID }}/${{ env.GAR_REPOSITORY}}/${{ env.IMAGE}}:${{ env.GIT_TAG }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Copy link
Contributor

Choose a reason for hiding this comment

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

Where is labels coming from?

Copy link
Member Author

Choose a reason for hiding this comment

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

@jbuck jbuck marked this pull request as ready for review January 25, 2025 19:47
@jbuck jbuck requested a review from a team as a code owner January 25, 2025 19:47
@jbuck jbuck merged commit c2bd7b8 into main Jan 29, 2025
23 checks passed
@jbuck jbuck deleted the push-to-docker-hub-from-github-action branch January 29, 2025 18:43
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