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

docker: Fix golang-docker target #7971

Merged
merged 1 commit into from
Nov 1, 2023
Merged

docker: Fix golang-docker target #7971

merged 1 commit into from
Nov 1, 2023

Conversation

ajsutton
Copy link
Contributor

Description

The GIT_COMMIT env var isn't available yet when setting IMAGE_TAGS - in only becomes available in the docker executable, not on the command line. This results in IMAGE_TAGS being just ,latest and then the build fails with:

ERROR: invalid tag "us-docker.pkg.dev/oplabs-tools-artifacts/images/op-stack-go:": invalid reference format

Metadata

The GIT_COMMIT env var isn't available yet when setting IMAGE_TAGS - in only becomes available in the docker executable, not on the command line.
@tynes tynes added this pull request to the merge queue Oct 31, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Oct 31, 2023
@ajsutton ajsutton added this pull request to the merge queue Oct 31, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Oct 31, 2023
@ajsutton ajsutton added this pull request to the merge queue Oct 31, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Oct 31, 2023
@ajsutton ajsutton added this pull request to the merge queue Nov 1, 2023
Merged via the queue into develop with commit bcdfa0b Nov 1, 2023
58 checks passed
@ajsutton ajsutton deleted the aj/fix-golang-docker branch November 1, 2023 03:04
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