Skip to content

Commit

Permalink
docker/metadata-action
Browse files Browse the repository at this point in the history
  • Loading branch information
clambin committed May 13, 2021
1 parent b1df45a commit 3bcf69f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,8 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: metadata
- uses: docker/metadata[email protected]
id: pinger_meta
uses: crazy-max/[email protected]
with:
images: clambin/pinger
tag-sha: True
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,8 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: metadata
- uses: docker/metadata[email protected]
id: pinger_meta
uses: crazy-max/[email protected]
with:
images: clambin/pinger
tag-sha: True
Expand Down

0 comments on commit 3bcf69f

Please sign in to comment.