Skip to content

Commit

Permalink
fix: Unpin nightly version
Browse files Browse the repository at this point in the history
  • Loading branch information
sirewix committed Nov 13, 2024
1 parent 35ade25 commit c138576
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ jobs:
image_name: rust-container
tags: |
type=raw,value=nightly
type=raw,value=${{ vars.NIGHTLY_VERSION }}
build_args: "[NIGHTLY_VERSION=${{ vars.NIGHTLY_VERSION }}]"
registry: docker-oss.nexus.famedly.de
registry_user: ${{ vars.NEXUS_REGISTRY_USER }}
secrets: inherit
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
FROM docker.io/rust:bookworm

ARG NIGHTLY_VERSION=nightly-2024-06-17
ENV NIGHTLY_VERSION=${NIGHTLY_VERSION}
ENV NIGHTLY_VERSION=nightly

RUN apt update -yqq \
&& apt install -yqq --no-install-recommends \
Expand Down

0 comments on commit c138576

Please sign in to comment.