Skip to content

Update dependency go-gitea/gitea to v1.23.1 #65

Update dependency go-gitea/gitea to v1.23.1

Update dependency go-gitea/gitea to v1.23.1 #65

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.45.0
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
flavor: [ full, minimal ]
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
with:
flavor: ${{ matrix.flavor }}
- name: Build image
uses: ./.github/actions/build-image
env:
REGISTRY1_USERNAME: ${{ secrets.REGISTRY1_USERNAME }}
REGISTRY1_PASSWORD: ${{ secrets.REGISTRY1_PASSWORD }}
with:
flavor: ${{ matrix.flavor }}