Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
fix tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
vertexclique committed Feb 18, 2024
1 parent 390c9b7 commit 78b69a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
with:
context: .
push: true
tags: Jet-Engine/devspace-rust-container:latest
tags: jet-engine/devspace-rust-container:latest
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ RUN apt update && apt upgrade -y &&\
cargo install -f cargo-watch\
cargo-edit cargo-deny\
cargo-upgrades cargo-criterion\
cargo-udeps
cargo-udeps &&\
rm -rf ~/.cargo/registry

0 comments on commit 78b69a2

Please sign in to comment.