mirror of
https://github.com/peter-evans/dockerhub-description.git
synced 2024-11-21 19:49:32 +01:00
Update workflow
This commit is contained in:
parent
a556e80cb3
commit
69ba977c50
1 changed files with 4 additions and 5 deletions
9
.github/workflows/push.yml
vendored
9
.github/workflows/push.yml
vendored
|
@ -1,14 +1,13 @@
|
|||
on: push
|
||||
name: Update Docker Hub Description
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
jobs:
|
||||
dockerHubDescription:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- name: Filter master branch
|
||||
uses: actions/bin/filter@master
|
||||
with:
|
||||
args: branch master
|
||||
- name: Docker Hub Description
|
||||
uses: ./
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue