Skip to content

Commit ebc6055

Browse files
committed
Tag the releases appropriately
1 parent 0f98737 commit ebc6055

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
@@ -74,8 +74,8 @@ jobs:
7474
context: app
7575
push: ${{ github.event_name != 'pull_request' }}
7676
tags: |
77-
${{ steps.meta.outputs.tags }}
7877
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-app:latest
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
@@ -72,8 +72,8 @@ jobs:
7272
context: worker
7373
push: ${{ github.event_name != 'pull_request' }}
7474
tags: |
75-
${{ steps.meta.outputs.tags }}
7675
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-worker:latest
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)