Skip to content

Commit

Permalink
🌱 Add process to build the images for kube-rbac-proxy and publish in …
Browse files Browse the repository at this point in the history
…GitHub rehistry
  • Loading branch information
camilamacedo86 committed Apr 8, 2024
1 parent 04e0ed1 commit 4a9f627
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-rbac-images-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
docker manifest annotate $TARGET_IMAGE_TAG "ghcr.io/${{ github.repository_owner }}/kube-rbac-proxy:$VERSION-$ARCH" --arch $ARCH
done
docker manifest push $TARGET_IMAGE_TAG
done
shell: bash
env:
DOCKER_CLI_EXPERIMENTAL: enabled

0 comments on commit 4a9f627

Please sign in to comment.