Skip to content

Commit

Permalink
reformat tags in docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
janf committed Nov 14, 2023
1 parent 1b0a8ba commit 138e34a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ jobs:
context: .
file: Dockerfile
push: ${{ github.ref == 'refs/heads/main'}}
tags: ghcr.io/${{ github.repository_owner }}/cogserver:${{ steps.tag.outputs.tag }}
tags: ${{ steps.tag.outputs.tag }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 138e34a

Please sign in to comment.