Skip to content

chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker digest to d85040b #88

chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker digest to d85040b

chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker digest to d85040b #88

Workflow file for this run

name: buildx-on-pr
on:
pull_request:
workflow_dispatch:
env:
PLATFORMS: linux/amd64,linux/arm64
jobs:
buildx-on-pr:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Set up QEMU
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3
- name: Set up Buildx
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3
- name: Set up variable repository name
run: echo "IMAGE_NAME=${{ github.repository }}" >> $GITHUB_ENV
- name: Login to ghcr.io
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
# if: github.actor == github.event.repository.owner.login
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Buildx and Push
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6
with:
context: .
file: Containerfile
tags: |
ghcr.io/${{ env.IMAGE_NAME }}:testing
ghcr.io/${{ env.IMAGE_NAME }}:testing-${{ github.event.pull_request.number }}
platforms: ${{ env.PLATFORMS }}
push: true
provenance: false
outputs: type=image,name=target,annotation-index.org.opencontainers.image.description=ZPA Connector