summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2025-04-22 09:53:48 +0200
committerSanto Cariotti <santo@dcariotti.me>2025-04-22 09:53:48 +0200
commitb821b0f1a59ad180567b089444c1c083a1370ace (patch)
tree228296c4962b9cb24f7a214b93f2b74aefc96009
parentbf19d3717c756c253e64a704c047b4e17e998eb7 (diff)
ci: remove `push: true` from ghcr
-rw-r--r--.github/workflows/ghcr.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/ghcr.yml b/.github/workflows/ghcr.yml
index 45522c4..f8a12cf 100644
--- a/.github/workflows/ghcr.yml
+++ b/.github/workflows/ghcr.yml
@@ -19,8 +19,6 @@ jobs:
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v3
- with:
- push: true
- name: Login to GHCR
uses: docker/login-action@v3