Skip to content

build(deps): Bump actions/upload-artifact from 4.4.0 to 4.5.0 #692

build(deps): Bump actions/upload-artifact from 4.4.0 to 4.5.0

build(deps): Bump actions/upload-artifact from 4.4.0 to 4.5.0 #692

Workflow file for this run

name: Deliver Container Image
on:
pull_request:
types: [opened, reopened, synchronize]
env:
IMAGE_NAME: paddock-off
IMAGE_TAGS: ${{ github.sha }}
IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }}
REGISTRY_USER: ${{ github.actor }}
REGISTRY_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
permissions:
contents: read
# https://github.com/pre-commit/action/issues/7#issuecomment-1251300704
# run only on changed files
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v3.5.2
- name: Buildah Action
id: build_image
uses: redhat-actions/buildah-build@7a95fa7ee0f02d552a32753e7414641a04307056 # v2.13
with:
image: ${{ env.IMAGE_NAME }}
tags: ${{ env.IMAGE_TAGS }}
oci: true
context: components/paddock
containerfiles: |
./components/paddock/Containerfile