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

Refactor CI workflow files #361

Merged
merged 3 commits into from
Jun 8, 2022
Merged

Conversation

plexoos
Copy link
Member

@plexoos plexoos commented Jun 8, 2022

The idea behind this is to easily aggregate additional parameters (e.g. compiler) defining the environment

This makes sense after we got rid of the build stages in the Dockerfile
It is assumed that the image tags based on main and SL* branches will
correspond to the latest revision anyway.
@@ -37,7 +37,7 @@ jobs:
cache-to: type=registry,ref=ghcr.io/${{ github.repository_owner }}/star-sw-${{ matrix.starenv }}:cache,mode=max
build-args: starenv=${{ matrix.starenv }}
push: true
tags: ghcr.io/${{ github.repository_owner }}/star-sw-${{ matrix.starenv }}:${{ steps.branch-name.outputs.current_branch }}_latest
tags: ghcr.io/${{ github.repository_owner }}/star-sw-${{ matrix.starenv }}:${{ steps.branch-name.outputs.current_branch }}
Copy link
Member

Choose a reason for hiding this comment

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

@plexoos plexoos merged commit a3b233e into star-bnl:main Jun 8, 2022
@plexoos plexoos deleted the pr/refactor_workflow branch June 8, 2022 18:38
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