Skip to content

Commit

Permalink
Fix docker build action
Browse files Browse the repository at this point in the history
  • Loading branch information
BioWilko committed Nov 13, 2024
1 parent e26292b commit b9f485e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: quay.io/artic-network/fieldbioinformatics
images: quay.io/artic/fieldbioinformatics
flavor: |
latest=true
tags: |
Expand All @@ -36,4 +36,4 @@ jobs:
platforms: linux/amd64
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit b9f485e

Please sign in to comment.