Skip to content

Commit

Permalink
fixed mlst tags
Browse files Browse the repository at this point in the history
  • Loading branch information
erinyoung committed Dec 27, 2024
1 parent 3d96d31 commit d697292
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions .github/workflows/update_mlst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,16 +73,8 @@ jobs:
file: ${{ steps.latest_version.outputs.file }}
target: app
push: true
tags: staphb/mlst:${{ steps.latest_version.outputs.version }}-${{ steps.date.outputs.date }}

- name: Build and push to Quay
id: build
uses: docker/build-push-action@v5
with:
file: ${{ steps.latest_version.outputs.file }}
target: app
push: true
tags: quay.io/staphb/mlst:${{ steps.latest_version.outputs.version }}-${{ steps.date.outputs.date }}

- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}
tags: |
staphb/mlst:${{ steps.latest_version.outputs.version }}-${{ steps.date.outputs.date }}
staphb/mlst:latest
quay.io/staphb/mlst:${{ steps.latest_version.outputs.version }}-${{ steps.date.outputs.date }}
quay.io/staphb/mlst:latest

0 comments on commit d697292

Please sign in to comment.