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

More CD build stage tweaks #4

Merged
merged 10 commits into from
Aug 27, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix tags
  • Loading branch information
ml-evs committed Aug 27, 2024
commit e83ca606334b2e719ac16784ba97817aa8e87a70
6 changes: 4 additions & 2 deletions .github/workflows/build_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,7 @@ jobs:
with:
push: ${{ github.event_name == 'push' }}
tags: |
ghcr.io/{{ github.repository_owner }}/{{ github.repository }}:latest
ghcr.io/{{ github.repository_owner }}/{{ github.repository }}:${{ github.sha }}
ghcr.io/${{ github.repository_owner }}/${{ github.repository }}:latest
ghcr.io/${{ github.repository_owner }}/${{ github.repository }}:${{ github.sha }}
cache-to: type=gha,scope=build
cache-from: type=gha,scope=build,mode=max