-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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(build): add new sha ghrc docker tags using docker/metadata-action #3121
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nitrocode
commented
Feb 10, 2023
nitrocode
commented
Feb 10, 2023
nitrocode
commented
Feb 10, 2023
jamengual
approved these changes
Feb 11, 2023
nitrocode
force-pushed
the
use-docker-meta-for-tags
branch
from
February 25, 2023 15:31
30473b5
to
7f5525a
Compare
nitrocode
force-pushed
the
use-docker-meta-for-tags
branch
from
February 25, 2023 15:31
7f5525a
to
77467cb
Compare
nitrocode
changed the title
feat(build): use docker meta for tags
feat(build): add new sha ghrc docker tags using docker/metadata-action
Feb 25, 2023
This was referenced Feb 25, 2023
1 task
1 task
ijames-gc
pushed a commit
to gocardless/atlantis
that referenced
this pull request
Feb 13, 2024
runatlantis#3121) * feat(build): use docker meta for tags
ijames-gc
pushed a commit
to gocardless/atlantis
that referenced
this pull request
Feb 13, 2024
runatlantis#3121) * feat(build): use docker meta for tags
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
what
latest
tagenable build + push on pr on a conditionpush-image-from-pr
why
--push
, but if you miss it, gh ui will not let you go backwards until the build is finished UNLESS you hit the API directly.tests
creating a PR to my fork w/o changes to atlantis-image.yml
I have tested my changes by creating a PR to my fork
No atlantis-image build since it will only trigger upon atlantis-image changes
creating a PR to my fork w/ changes to atlantis-image.yml
I have tested my changes by creating a PR to my fork
my proposal results with a build and no push
Update atlantis-image.yml nitrocode/github-actions-test#1
merging a PR to my fork
I have tested my changes by merging a PR to my fork
my proposal results
merged pr Update atlantis-image.yml nitrocode/github-actions-test#1
https://github.com/nitrocode/github-actions-test/actions/runs/4270596616/jobs/7434490993
https://github.com/nitrocode/github-actions-test/actions/runs/4270596616/jobs/7434491045
adding a new file to my fork
I have tested my changes by adding a new file to my fork
my proposal results
creating a pre-release in my fork
I have tested my changes by creating a pre-release in my fork
my proposal results
https://github.com/nitrocode/github-actions-test/actions/runs/4270524770/jobs/7434375615
https://github.com/nitrocode/github-actions-test/actions/runs/4270524770/jobs/7434375643
creating a release in my fork
I have tested my changes by creating a release in my fork
image results
https://github.com/nitrocode/github-actions-test/actions/runs/4270533710/jobs/7434390942
https://github.com/nitrocode/github-actions-test/actions/runs/4270533710/jobs/7434390979
creating a workflow dispatch in my fork
I have tested my changes by kicking off a workflow dispatch on branch test
image results
https://github.com/nitrocode/github-actions-test/actions/runs/4270576426/jobs/7434459882
references