Skip to content

Fix: Accidentally switched to wrong branch to trigger #2

Fix: Accidentally switched to wrong branch to trigger

Fix: Accidentally switched to wrong branch to trigger #2

Workflow file for this run

name: Deploy to staging
on:
push:
branches:
- "master"
jobs:
build:
secrets: inherit
uses: ./.github/workflows/build_docker.yml
with:
image: ${{ github.repository }}
image_tag: latest
dockerfile: ./Dockerfile