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

ci: docker builds set their build version #369

Merged
merged 9 commits into from
Jul 21, 2023

Conversation

gord5500
Copy link
Contributor

@gord5500 gord5500 commented Jul 20, 2023

Why

We forgot to do this for the docker builds

@github-actions github-actions bot added area/github-actions size/M A medium-sized PR. labels Jul 20, 2023
@@ -105,19 +105,19 @@ jobs:
if: github.event_name == 'workflow_dispatch'
shell: pwsh
env:
RELEASE_TAG: ${{ needs.create_release.outputs.release_id }}
RELEASE_ID: ${{ needs.create_release.outputs.release_id }}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

we were using RELEASE_TAG for two different things now so I swapped these to be release_id

@gord5500 gord5500 marked this pull request as ready for review July 20, 2023 18:42
.github/workflows/publish.yml Outdated Show resolved Hide resolved
Dockerfile.alpine Outdated Show resolved Hide resolved
Dockerfile.alpine Outdated Show resolved Hide resolved
@github-actions github-actions bot added size/S A small PR. and removed size/M A medium-sized PR. labels Jul 21, 2023
@gord5500 gord5500 merged commit 49a529e into main Jul 21, 2023
8 checks passed
@gord5500 gord5500 deleted the ci/dockerfiles_set_build_version branch July 21, 2023 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants