remove docker upgrades from CI
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
parent
b9fcd66953
commit
ffa20df7d9
14
.github/workflows/flake-update.yml
vendored
14
.github/workflows/flake-update.yml
vendored
@ -10,11 +10,11 @@ jobs:
|
|||||||
if: github.ref == 'refs/heads/main' # ensure workflow_dispatch only runs on main
|
if: github.ref == 'refs/heads/main' # ensure workflow_dispatch only runs on main
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Login to Docker Hub
|
# - name: Login to Docker Hub
|
||||||
uses: docker/login-action@v3
|
# uses: docker/login-action@v3
|
||||||
with:
|
# with:
|
||||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
# username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
# password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
- name: Install Nix
|
- name: Install Nix
|
||||||
uses: cachix/install-nix-action@v24
|
uses: cachix/install-nix-action@v24
|
||||||
with:
|
with:
|
||||||
@ -24,8 +24,8 @@ jobs:
|
|||||||
- uses: DeterminateSystems/magic-nix-cache-action@main
|
- uses: DeterminateSystems/magic-nix-cache-action@main
|
||||||
- name: Calculate pre-drv
|
- name: Calculate pre-drv
|
||||||
run: nix ./utils/eval-to-drv.sh pre
|
run: nix ./utils/eval-to-drv.sh pre
|
||||||
- name: Pull latest docker images
|
# - name: Pull latest docker images
|
||||||
run: nix ./utils/fetch-docker.sh
|
# run: nix ./utils/fetch-docker.sh
|
||||||
- name: Update flake.lock (part 1)
|
- name: Update flake.lock (part 1)
|
||||||
run: nix flake update
|
run: nix flake update
|
||||||
- name: Calculate post-drv
|
- name: Calculate post-drv
|
||||||
|
Loading…
x
Reference in New Issue
Block a user