Skip to content

Commit

Permalink
Update DH_upload.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dthoward96 authored Sep 25, 2024
1 parent 0ebba60 commit d1402cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/DH_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
images: cdcgov/seqsender

- name: Build the Docker image
run: docker build . --file Dockerfile --tag ${{ steps.meta.outputs.tags }}
run: docker build . --file Dockerfile --tag ${{ github.ref_name }}

- name: docker images
run: docker images

0 comments on commit d1402cb

Please sign in to comment.