Skip to content

Commit

Permalink
Merge branch 'master' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
dddpt committed Nov 12, 2024
2 parents 576e187 + d61ff4b commit 2ed294b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:

-
name: Login to Docker Hub
if: ${{ matrix.services.enable_dockerhub && (github.ref_name == 'release' || github.ref_name == 'master') }}
if: ${{ matrix.services.enable_dockerhub && (github.event_name == 'release' || github.ref_name == 'master') }}
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
Expand Down

0 comments on commit 2ed294b

Please sign in to comment.