File tree Expand file tree Collapse file tree 2 files changed +0
-116
lines changed
Expand file tree Collapse file tree 2 files changed +0
-116
lines changed Original file line number Diff line number Diff 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
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments