Skip to content

Commit

Permalink
Don't build latest from main
Browse files Browse the repository at this point in the history
  • Loading branch information
cr0wst committed Feb 7, 2025
1 parent 612f314 commit 83b4949
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=raw,value=${{ steps.build_number.outputs.build_number }}-main
type=raw,value=latest
type=raw,value=${{ github.sha }}
- name: Build and push Docker image
Expand All @@ -49,7 +48,7 @@ jobs:
with:
context: .
build-args: |
BUILD_NUMBER=${{ steps.build_number.outputs.build_number }}
BUILD_NUMBER=${{ steps.build_number.outputs.build_number }}-main
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 83b4949

Please sign in to comment.