Skip to content

Test CI Times For https://github.com/swift-on-server/articles/pull/23 #15

Test CI Times For https://github.com/swift-on-server/articles/pull/23

Test CI Times For https://github.com/swift-on-server/articles/pull/23 #15

Workflow file for this run

name: mmbm-deploy
on:
pull_request: { types: [opened, reopened, synchronize, ready_for_review] }
push: { branches: [main] }
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build image
run: docker build --network=host -t app:latest -f template-dockerfile .
# Push the image to a Docker container registry