Skip to content

Commit

Permalink
Update Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
henrykironde committed Apr 26, 2022
1 parent c9daaeb commit 3488740
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,12 @@ jobs:
# https://github.com/docker/metadata-action
- name: Extract Docker metadata
id: meta
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
uses: crazy-max/ghaction-docker-meta@v1
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
images: weecology/retriever
tag-custom: latest
tag-semver: |
{{raw}}
# Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action
Expand Down

0 comments on commit 3488740

Please sign in to comment.