Skip to content
This repository was archived by the owner on Oct 14, 2024. It is now read-only.

ci(deps): update actions/upload-artifact action to v4.3.1 (#1229) #689

ci(deps): update actions/upload-artifact action to v4.3.1 (#1229)

ci(deps): update actions/upload-artifact action to v4.3.1 (#1229) #689

Workflow file for this run

name: Main merge
on:
push:
branches:
- main
permissions:
packages: write
jobs:
verification:
name: Verification
uses: ./.github/workflows/reusable-verification.yml
secrets: inherit
build-and-push:
needs: verification
uses: ./.github/workflows/reusable-build-and-push.yml
with:
image_tag: latest
push: true
use_release_repository: true