We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db5e981 commit f82ebb6Copy full SHA for f82ebb6
.github/workflows/build.yml
@@ -93,7 +93,8 @@ jobs:
93
if: ${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }}
94
uses: AlmaLinux/atomic-ci/.github/workflows/retag-image.yml@v7
95
with:
96
- image: ${{ needs.build-image.outputs.image-ref }}@${{ needs.build-image.outputs.digest }}
+ image: ${{ needs.build-image.outputs.image-ref }}
97
+ digest: ${{ needs.build-image.outputs.digest }}
98
tag: |
99
${{ needs.set-env.outputs.LATEST_TAG }}
100
${{ needs.build-image.outputs.major-version }}
0 commit comments