Skip to content

Update dependency zarf-dev/zarf to v0.42.2 #122

Update dependency zarf-dev/zarf to v0.42.2

Update dependency zarf-dev/zarf to v0.42.2 #122

Workflow file for this run

name: Test packaging
permissions:
contents: read
on:
pull_request:
branches: [ 'main' ]
env:
# renovate: depName=zarf-dev/zarf
ZARF_VERSION: 0.42.1
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
- name: Install tools
uses: ./.github/actions/install-tools
- name: Lint
uses: ./.github/actions/tests
- name: Build image
uses: ./.github/actions/build-image
env:
REGISTRY1_USERNAME: ${{ secrets.REGISTRY1_USERNAME }}
REGISTRY1_PASSWORD: ${{ secrets.REGISTRY1_PASSWORD }}