diff options
author | Santo Cariotti <santo@dcariotti.me> | 2025-04-22 09:53:48 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2025-04-22 09:53:48 +0200 |
commit | b821b0f1a59ad180567b089444c1c083a1370ace (patch) | |
tree | 228296c4962b9cb24f7a214b93f2b74aefc96009 | |
parent | bf19d3717c756c253e64a704c047b4e17e998eb7 (diff) |
ci: remove `push: true` from ghcr
-rw-r--r-- | .github/workflows/ghcr.yml | 2 |
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 |