Skip to content

Commit 83b4949

Browse files
committed
Don't build latest from main
1 parent 612f314 commit 83b4949

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-production.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ jobs:
4040
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4141
tags: |
4242
type=raw,value=${{ steps.build_number.outputs.build_number }}-main
43-
type=raw,value=latest
4443
type=raw,value=${{ github.sha }}
4544
4645
- name: Build and push Docker image
@@ -49,7 +48,7 @@ jobs:
4948
with:
5049
context: .
5150
build-args: |
52-
BUILD_NUMBER=${{ steps.build_number.outputs.build_number }}
51+
BUILD_NUMBER=${{ steps.build_number.outputs.build_number }}-main
5352
push: true
5453
tags: ${{ steps.meta.outputs.tags }}
5554
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)