Skip to content

Pulled out catalog config to https://github.com/webgrip/organisation-… #18

Pulled out catalog config to https://github.com/webgrip/organisation-…

Pulled out catalog config to https://github.com/webgrip/organisation-… #18

Workflow file for this run

concurrency:
group: push-${{ github.branch }}
on:
push:
branches:
- 'main'
name: Push Workflow
jobs:
placeholder:
runs-on: ubuntu-latest
steps:
- name: Placeholder
run: echo "Placeholder"
# build:
# uses: ./.github/workflows/build.yml
# secrets:
# DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
# DOCKER_TOKEN: ${{ secrets.DOCKER_TOKEN }}