Skip to content

Commit 5404a74

Browse files
committed
Tag the releases appropriately
1 parent ebc6055 commit 5404a74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
push: ${{ github.event_name != 'pull_request' }}
7676
tags: |
7777
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-app:latest
78-
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-app:{{ github.ref_name }}
78+
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-app:${{ github.ref_name }}
7979
labels: ${{ steps.meta.outputs.labels }}
8080
cache-from: type=gha
8181
cache-to: type=gha,mode=max

.github/workflows/build-worker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
push: ${{ github.event_name != 'pull_request' }}
7474
tags: |
7575
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-worker:latest
76-
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-worker:{{ github.ref_name }}
76+
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-worker:${{ github.ref_name }}
7777
labels: ${{ steps.meta.outputs.labels }}
7878
cache-from: type=gha
7979
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)