Skip to content

Commit

Permalink
Fix docker build again
Browse files Browse the repository at this point in the history
  • Loading branch information
JustArchi committed Oct 13, 2024
1 parent 60f3be0 commit de4b33c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ COPY .editorconfig .editorconfig
COPY Directory.Build.props Directory.Build.props
COPY Directory.Packages.props Directory.Packages.props
COPY LICENSE.txt LICENSE.txt
COPY NuGet.Config NuGet.Config

RUN --mount=type=secret,id=ASF_PRIVATE_SNK --mount=type=secret,id=STEAM_TOKEN_DUMPER_TOKEN <<EOF
set -eu
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.Service
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ COPY .editorconfig .editorconfig
COPY Directory.Build.props Directory.Build.props
COPY Directory.Packages.props Directory.Packages.props
COPY LICENSE.txt LICENSE.txt
COPY NuGet.Config NuGet.Config

RUN --mount=type=secret,id=ASF_PRIVATE_SNK --mount=type=secret,id=STEAM_TOKEN_DUMPER_TOKEN <<EOF
set -eu
Expand Down

0 comments on commit de4b33c

Please sign in to comment.