Skip to content

Commit 7c557bc

Browse files
committed
ci: fix rust
1 parent 75b8a4d commit 7c557bc

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/rust.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,3 @@ jobs:
4242
push: true
4343
tags: ${{ steps.meta.outputs.tags }}
4444
labels: ${{ steps.meta.outputs.labels }}
45-
build-args: REGISTRY=${{ env.REGISTRY }}/${{ env.NAMESPACE }}

rust/Containerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
ARG REGISTRY
2-
3-
FROM ${REGISTRY}/init:10.1
1+
FROM ghcr.io/mskarbek/containers/init:10.1
42

53
RUN dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-10.noarch.rpm;\
64
dnf -y install rust cargo clang-devel mold;\

0 commit comments

Comments
 (0)