Skip to content

Commit

Permalink
Merge pull request #512 from adrianchiris/fix-manifest-push-action
Browse files Browse the repository at this point in the history
Fix push-manifest github action job for release
  • Loading branch information
adrianchiris authored Nov 26, 2023
2 parents 751a765 + f0611f4 commit bc73859
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 bc73859

Please sign in to comment.