Skip to content

Commit

Permalink
Fixing a syntax error in build file
Browse files Browse the repository at this point in the history
  • Loading branch information
oalt committed May 29, 2024
1 parent abfb458 commit 4b9b87f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend-docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.DOCKER_IMAGE_NAME }}:${{ env.VERSION }}
tags: |
type=semver,pattern=${{ env:VERSION }}
type=semver,pattern=${{ env.VERSION }}
- name: Build and push Docker image
id: push
Expand Down

0 comments on commit 4b9b87f

Please sign in to comment.