Skip to content
This repository has been archived by the owner on May 12, 2024. It is now read-only.

Commit

Permalink
fix github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aloop committed Dec 10, 2023
1 parent f234345 commit 694f5dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
# Login against a Docker registry except on PR
# https://github.com/docker/login-action
- name: Log into registry ${{ env.REGISTRY }}
if: !github.event.pull_request
if: ${{ !github.event.pull_request }}
uses: docker/[email protected]
with:
registry: ${{ env.REGISTRY }}
Expand Down

0 comments on commit 694f5dc

Please sign in to comment.