Skip to content

chore(deps): bump docker/build-push-action from 6 to 7 #402

chore(deps): bump docker/build-push-action from 6 to 7

chore(deps): bump docker/build-push-action from 6 to 7 #402

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' }}