Skip to content

Commit b75403f

Browse files
committed
ci: Stop uploading docker images for pre-release versions
This is no longer needed (best I can tell), since nix docker images now get uploaded to GHCR as part of the release process too and they contain both aarch64 and x86_64 instead of only x86_64.
1 parent e44e1cc commit b75403f

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)