Skip to content

Commit

Permalink
ci(github/actions): rename container build
Browse files Browse the repository at this point in the history
  • Loading branch information
justinrubek committed Oct 14, 2023
1 parent d57f0a2 commit e0cc996
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
description: the container registry name

jobs:
publish-ghcr:
publish-container:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion flake-parts/shells.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
pkgs.cargo-udeps
pkgs.cargo-nextest
pkgs.bacon
pkgs.wasm-bindgen-cli
pkgs.sqlx-cli
# version control
pkgs.cocogitto
inputs'.bomper.packages.cli
Expand Down
5 changes: 5 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,14 @@
imports = [
inputs.pre-commit-hooks.flakeModule

./flake-parts/shells.nix
./flake-parts/ci.nix

./flake-parts/cargo.nix
./flake-parts/rust-toolchain.nix

./flake-parts/pre-commit.nix

./flake-parts/postgres.nix
./flake-parts/scylla.nix

Expand Down

0 comments on commit e0cc996

Please sign in to comment.