Skip to content

Commit

Permalink
Fix image publishing (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
xgreenx authored Dec 22, 2023
1 parent c3232e0 commit 51b6fae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
CARGO_TERM_COLOR: always
RUSTFLAGS: -D warnings
REGISTRY: ghcr.io
RUST_VERSION: 1.73.0
RUST_VERSION: 1.74.0

jobs:
cancel-previous-runs:
Expand Down
2 changes: 1 addition & 1 deletion deployment/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Stage 1: Build
FROM lukemathwalker/cargo-chef:latest-rust-1.73 as chef
FROM lukemathwalker/cargo-chef:latest-rust-1.74 as chef
WORKDIR /build/
# hadolint ignore=DL3008
RUN apt-get update && \
Expand Down

0 comments on commit 51b6fae

Please sign in to comment.