1
0
Fork 0

Improve workflow names

master
Ambrose Chua 2020-07-03 01:05:56 +08:00
parent 089874ef6c
commit 43024a740f
1 changed files with 3 additions and 3 deletions

View File

@ -57,17 +57,17 @@ jobs:
git push
fi
- name: Build on Linux
- name: Build images on Linux
if: steps.commit-dockerfiles.outputs.bumped == 'yes'
run: |
bashbrew build --pull always caddy
- name: push
- name: Push images
if: steps.commit-dockerfiles.outputs.bumped == 'yes'
run: |
echo ${{ secrets.DOCKERHUB_TOKEN }} | docker login --username ${{ secrets.DOCKERHUB_USERNAME }} --password-stdin
bashbrew push caddy
- name: microbadger
- name: Ping microbadger
if: steps.commit-dockerfiles.outputs.bumped == 'yes'
run: curl -X POST https://hooks.microbadger.com/images/productionwentdown/caddy/OVgee2in7ldJ7GgTZiScpwH_mTs=