Skip to content

Commit

Permalink
Merge pull request #1164 from zabbix/rhel_workflow
Browse files Browse the repository at this point in the history
Prepare RHEL workflow for secrets
  • Loading branch information
dotneft authored Feb 14, 2024
2 parents 2def4fe + 3814fa7 commit ad17dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/images_build_rhel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ jobs:
id: meta
uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1
with:
images: ${{ env.REGISTRY }}/${{ env.REGISTRY_NAMESPACE }}/${{ format('redhat-isv-containers+{0}-robot', secrets[format('{0}_{1}_PROJECT', needs.init_build.outputs.secret_prefix, matrix.build)]) }}
images: ${{ env.REGISTRY }}/${{ env.REGISTRY_NAMESPACE }}/${{ secrets[format('{0}_{1}_PROJECT', needs.init_build.outputs.secret_prefix, matrix.build)] }}
tags: |
type=semver,pattern={{version}}
type=sha
Expand Down

0 comments on commit ad17dc8

Please sign in to comment.