We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 612f314 commit 83b4949Copy full SHA for 83b4949
.github/workflows/build-production.yml
@@ -40,7 +40,6 @@ jobs:
40
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
41
tags: |
42
type=raw,value=${{ steps.build_number.outputs.build_number }}-main
43
- type=raw,value=latest
44
type=raw,value=${{ github.sha }}
45
46
- name: Build and push Docker image
@@ -49,7 +48,7 @@ jobs:
49
48
with:
50
context: .
51
build-args: |
52
- BUILD_NUMBER=${{ steps.build_number.outputs.build_number }}
+ BUILD_NUMBER=${{ steps.build_number.outputs.build_number }}-main
53
push: true
54
tags: ${{ steps.meta.outputs.tags }}
55
labels: ${{ steps.meta.outputs.labels }}
0 commit comments