Skip to content

Commit

Permalink
Fix: Tag (#1471)
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarStark authored Aug 8, 2023
1 parent f36e916 commit 642b712
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
push: true
builder: ${{ steps.buildx.outputs.name }}
tags: |
${{env.DOCKER_REGISTRY}}/${{env.IMAGE}}:latest
${{env.DOCKER_REGISTRY}}/${{env.IMAGE}}:${{env.RELEASE_VERSION}}
${{env.IMAGE}}:latest
${{env.IMAGE}}:${{env.RELEASE_VERSION}}
file: Dockerfile
context: .
cache-from: type=gha
Expand Down

0 comments on commit 642b712

Please sign in to comment.