Skip to content

Commit

Permalink
build the e2e passing
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciechsromek committed Aug 5, 2024
1 parent fb2bfd9 commit 761dd8b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-and-push.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Build and push docker image

on:
push:
branches:
- "feat/INFRA-2749builder-branch"
release:
types:
- 'published'
Expand Down Expand Up @@ -41,8 +44,7 @@ jobs:
context: .
push: true
tags: |
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.event.release.tag_name }},
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }}
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:e2e-passing,
platforms: linux/amd64
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit 761dd8b

Please sign in to comment.