Skip to content

Commit 644be07

Browse files
authored
Merge pull request #14916 from NixOS/drop-docker-push-on-master
ci: Stop uploading docker images for pre-release versions
2 parents 28c7e42 + b75403f commit 644be07

File tree

2 files changed

+0
-116
lines changed

2 files changed

+0
-116
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -197,21 +197,6 @@ jobs:
197197
- run: exec bash -c "nix-channel --add https://releases.nixos.org/nixos/unstable/nixos-23.05pre466020.60c1d71f2ba nixpkgs"
198198
- run: exec bash -c "nix-channel --update && nix-env -iA nixpkgs.hello && hello"
199199

200-
docker_push_image:
201-
name: Push docker image to DockerHub and GHCR
202-
needs: [flake_regressions, installer_test]
203-
if: github.event_name == 'push' && github.ref_name == 'master'
204-
uses: ./.github/workflows/docker-push.yml
205-
with:
206-
ref: ${{ github.sha }}
207-
is_master: true
208-
permissions:
209-
contents: read
210-
packages: write
211-
secrets:
212-
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
213-
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
214-
215200
flake_regressions:
216201
needs: tests
217202
runs-on: ubuntu-24.04

.github/workflows/docker-push.yml

Lines changed: 0 additions & 101 deletions
This file was deleted.

0 commit comments

Comments
 (0)