We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75b8a4d commit 7c557bcCopy full SHA for 7c557bc
.github/workflows/rust.yaml
@@ -42,4 +42,3 @@ jobs:
42
push: true
43
tags: ${{ steps.meta.outputs.tags }}
44
labels: ${{ steps.meta.outputs.labels }}
45
- build-args: REGISTRY=${{ env.REGISTRY }}/${{ env.NAMESPACE }}
rust/Containerfile
@@ -1,6 +1,4 @@
1
-ARG REGISTRY
2
-
3
-FROM ${REGISTRY}/init:10.1
+FROM ghcr.io/mskarbek/containers/init:10.1
4
5
RUN dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-10.noarch.rpm;\
6
dnf -y install rust cargo clang-devel mold;\
0 commit comments