Skip to content

fix: Workflow

fix: Workflow #5

name: Compile and push dev images
on:
push:
branches: ["develop"]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Build and push dev images
uses: .github/workflows/build-and-push.yml
with:
environment: "dev"