Skip to content

Commit

Permalink
Use different GitHub environment for the images
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofranssen committed Dec 7, 2024
1 parent 473442e commit 553f2d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,19 @@ concurrency:
jobs:
build-and-push-prs:
if: ${{ github.repository == 'cilium/cilium-cli' }}
environment: ci
environment: ${{ matrix.gh-env }}
runs-on: ubuntu-24.04
strategy:
matrix:
include:
- name: cilium-cli
dockerfile: ./Dockerfile
platforms: linux/amd64,linux/arm64
gh-env: release
- name: cilium-cli-ci
dockerfile: ./Dockerfile
platforms: linux/amd64
gh-env: ci

steps:
- name: Set up Docker Buildx
Expand Down

0 comments on commit 553f2d9

Please sign in to comment.