Skip to content

Commit

Permalink
sa
Browse files Browse the repository at this point in the history
  • Loading branch information
SiskaPavel committed Oct 25, 2023
1 parent 17a2e4d commit facca2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/stage0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
OS_DISTRO=${{ env[format('{0}_OS_NAME', matrix.os)] }}
OS_RELEASE=${{ env[format('{0}_OS_TAG', matrix.os)] }}
push: true
tags: ${{ env.REGISTRY }}/${{ env.ACTOR_LC }}/${{ env[format('{0}_OS_NAME', matrix.os)] }}:${{ env[format('{0}_OS_TAG', matrix.os)] }}
tags: ghcr.io/siskapavel/${{ env[format('{0}_OS_NAME', matrix.os)] }}:${{ env[format('{0}_OS_TAG', matrix.os)] }}
#${{ env.REGISTRY }}/${{ env.ACTOR_LC }}/${{ env[format('{0}_OS_NAME', matrix.os)] }}:${{ env[format('{0}_OS_TAG', matrix.os)] }}
cache-from: type=gha,scope=build-${{ matrix.os }}
cache-to: type=gha,mode=max,scope=build-${{ matrix.os }}

0 comments on commit facca2f

Please sign in to comment.