Skip to content

Commit

Permalink
fix tag
Browse files Browse the repository at this point in the history
  • Loading branch information
lassemand committed Nov 27, 2024
1 parent 9b06ffd commit 987830f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
with:
context: backend-rust
file: backend-rust/Dockerfile
tags: concordium/ccdscan-indexer:${{ TAG_VERSION }}
tags: concordium/ccdscan-indexer:${{ env.TAG_VERSION }}
push: false
args: |
target_binary=ccdscan-indexer
Expand All @@ -67,7 +67,7 @@ jobs:
with:
context: backend-rust
file: backend-rust/Dockerfile
tags: concordium/ccdscan-backend:${{ TAG_VERSION }}
tags: concordium/ccdscan-backend:${{ env.TAG_VERSION }}
push: false
args: |
target_binary=ccdscan-api

0 comments on commit 987830f

Please sign in to comment.