Skip to content

Bump 1password/op from 57d7d6a to 4ac3658 in /container-images #43

Bump 1password/op from 57d7d6a to 4ac3658 in /container-images

Bump 1password/op from 57d7d6a to 4ac3658 in /container-images #43

Workflow file for this run

on:
push:
branches:
- main
paths:
- .github/workflows/ci.yaml
- container-images/**.Dockerfile
pull_request:
paths:
- .github/workflows/ci.yaml
- container-images/**.Dockerfile
jobs:
infrastructure-opentofu:
uses: ./.github/workflows/infrastructure-opentofu.yaml
permissions:
contents: read
packages: read
with:
working-directory: infrastructure/opentofu
container-images:
strategy:
fail-fast: true
matrix:
target:
- base-ci
- infrastructure-ci
- spacelift-runner
uses: ./.github/workflows/container-images.yaml
permissions:
contents: read
packages: write
with:
working-directory: container-images
target: ${{ matrix.target }}