Skip to content

Commit

Permalink
Merge pull request #133 from mgfritch/fixup-prime-image-push
Browse files Browse the repository at this point in the history
Set `REGISTRY_IMAGE` env during the merge job
  • Loading branch information
mgfritch authored Dec 6, 2024
2 parents 59824a1 + 01b4859 commit 0d353ac
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
run: |
echo "$(make -s log | grep TAG)" >> "$GITHUB_ENV"
echo "$(make -s log | grep ARCH)" >> "$GITHUB_ENV"
echo "$(make -s log | grep REGISTRY_IMAGE)" >> "$GITHUB_ENV"
- name: Docker meta
id: meta-arm64
Expand Down Expand Up @@ -134,6 +135,12 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v4

- name: Set the ENV values
id: get-Envs
run: |
echo "$(make -s log | grep REGISTRY_IMAGE)" >> "$GITHUB_ENV"
- name: Docker meta
id: meta
uses: docker/metadata-action@v5
Expand Down

0 comments on commit 0d353ac

Please sign in to comment.