Skip to content

Commit

Permalink
Use actions checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianBingman committed Nov 8, 2024
1 parent 1ab2b2c commit dfaaccb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
runs-on: christianbingman-com-runners
container: nixos/nix:latest
steps:
- name: Show contents
run: ls -la
- name: Checkout
uses: actions/checkout@v4
- name: Build container
run: nix build .#docker --extra-experimental-features nix-command --extra-experimental-features flakes
- name: Upload container
Expand Down

0 comments on commit dfaaccb

Please sign in to comment.