Skip to content

Commit

Permalink
Build always (#652)
Browse files Browse the repository at this point in the history
  • Loading branch information
chainlink authored Jan 16, 2025
1 parent a1cb89d commit c2b260a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lumigator_pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Login to DockerHub
if: steps.filter.outputs.rebuild == 'true' && github.event_name == 'push' && github.ref == 'refs/heads/main' || contains(github.ref, 'refs/tags/')
if: steps.filter.outputs.rebuild == 'true' || contains(github.ref, 'refs/tags/')
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
Expand All @@ -166,7 +166,7 @@ jobs:
uses: docker/build-push-action@v6
with:
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' || contains(github.ref, 'refs/tags/') }}
push: true
target: "main_image"
tags: |
${{ contains(github.ref, 'refs/tags/') == false && format('mzdotai/lumigator:backend_dev_{0}', env.GITHUB_SHA_SHORT) || '' }}
Expand Down

0 comments on commit c2b260a

Please sign in to comment.