1
0
mirror of synced 2026-03-10 04:23:39 +00:00

[ci skip] Update README

This commit is contained in:
Daniel Chesterton
2021-02-13 15:18:21 +00:00
parent 8597dd94f5
commit b3f8030fb7
2 changed files with 10 additions and 9 deletions

View File

@@ -8,6 +8,7 @@ on:
jobs:
docker-publish:
name: Publish to Docker Hub
if: "!contains(github.event.head_commit.message, '[ci skip]')"
runs-on: ubuntu-20.04
steps:
- name: Checkout code