Skip to content

Update major versions #17

Update major versions

Update major versions #17

Workflow file for this run

name: Rebuild and push imgs
on:
push:
paths:
- 'flake.nix'
- 'flake.lock'
jobs:
build:
name: Build images
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v22
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- name: Push image
env:
DOCKER_USER: ${{ secrets.DOCKER_USER }}
DOCKER_PASS: ${{ secrets.DOCKER_PASS }}
run: ./push.sh