Skip to content

Commit 1e1bcb5

Browse files
Refactor CI workflow for improved structure
Signed-off-by: Mathieu Benoit <[email protected]>
1 parent 7d7e79c commit 1e1bcb5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,17 +56,14 @@ jobs:
5656
}
5757
}
5858
- name: docker login
59-
if: ${{ !github.event.pull_request.head.repo.fork }}
6059
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
6160
with:
6261
registry: docker.io
6362
username: ${{ secrets.DOCKER_HUB_USERNAME }}
6463
password: ${{ secrets.DOCKER_HUB_TOKEN }}
6564
- name: Set up Docker Buildx
66-
if: ${{ !github.event.pull_request.head.repo.fork }}
6765
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
6866
- name: Build container image from PR branch
69-
if: ${{ !github.event.pull_request.head.repo.fork }}
7067
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
7168
with:
7269
context: .
@@ -127,3 +124,4 @@ jobs:
127124
128125
129126
127+

0 commit comments

Comments
 (0)