Skip to content

Commit

Permalink
fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
edigonzales committed Apr 18, 2024
1 parent c8ea4de commit 1ff69a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gretl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
if: ${{ (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/V2_2_x') && (github.event_name != 'pull_request') && !env.ACT }}
if: ${{ (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/V2_2_x' || github.ref == 'refs/heads/V2_4_x') && (github.event_name != 'pull_request') && !env.ACT }}

- name: Single-platform build
uses: docker/build-push-action@a66e35b9cbcf4ad0ea91ffcaf7bbad63ad9e0229 # v2.7.0 (2021-10-22)
Expand Down Expand Up @@ -144,4 +144,4 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
pull: true
push: ${{ (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/V2_2_x') && (github.event_name != 'pull_request') && !env.ACT }}
push: ${{ (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/V2_2_x' || github.ref == 'refs/heads/V2_4_x') && (github.event_name != 'pull_request') && !env.ACT }}

0 comments on commit 1ff69a7

Please sign in to comment.