Skip to content

chore(deps): bump docker/setup-buildx-action from 3 to 4 #401

chore(deps): bump docker/setup-buildx-action from 3 to 4

chore(deps): bump docker/setup-buildx-action from 3 to 4 #401

Workflow file for this run

name: Build and Publish (Non-Release)
on:
pull_request:
branches:
- master
- main
push:
branches:
- master
- main
jobs:
ci-draft:
uses: ./.github/workflows/ci-build-publish.yml
secrets: inherit
with:
environment: dev
is_publish: ${{ github.event_name == 'push' }}
trigger_docker: ${{ github.event_name == 'push' }}
trigger_deploy: ${{ github.event_name == 'push' }}