Skip to content

Commit 44ad103

Browse files
committed
Remove duplicate build-push-actions
1 parent cd54673 commit 44ad103

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
with:
2020
images: ghcr.io/${{ github.repository }}
2121

22-
- name: Build image
23-
uses: docker/build-push-actions@v6
22+
# - name: Build image
23+
# uses: docker/build-push-actions@v6
2424

2525
# - name: Log in to GHCR
2626
# if: ${{ github.event_name == 'push' && github.ref_type == 'tag' }}

0 commit comments

Comments
 (0)