Skip to content

Commit

Permalink
Fix push-manifest github action job for release
Browse files Browse the repository at this point in the history
Add missing env variable

Signed-off-by: adrianc <[email protected]>
  • Loading branch information
adrianchiris committed Nov 23, 2023
1 parent 0bf8f4f commit f0611f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/image-push-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ jobs:

push-manifest:
runs-on: ubuntu-20.04
env:
IMAGE_NAME: ghcr.io/${{ github.repository }}
needs: [build-and-push-amd64-device-plugin,build-and-push-arm64-device-plugin,build-and-push-ppc64le-device-plugin]
steps:
- name: Set up Docker Buildx
Expand Down

0 comments on commit f0611f4

Please sign in to comment.