Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianBingman committed Nov 8, 2024
1 parent c42e1e4 commit f61a90a
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
@@ -1,13 +1,13 @@
name: Build and Deploy
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
run-name: Build and Upload Image
on: [push]
jobs:
container-build:
runs-on: christianbingman-com-runners
container: nixos/nix:latest
steps:
- name: Build container
run: nix build .#docker --extra-experimental-feature nix-command --extra-experimental-feature flakes
run: nix build .#docker --extra-experimental-features nix-command --extra-experimental-features flakes
- name: Upload container
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit f61a90a

Please sign in to comment.