We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48997d5 commit f007aaaCopy full SHA for f007aaa
.github/workflows/ci.yml
@@ -279,7 +279,7 @@ jobs:
279
if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
280
id: tag
281
run: |
282
- TAG=v$(date -Iseconds | sed 's/[T:\+]/-/g')
+ TAG=nightly.$(date -Iseconds | sed 's/[T:\+]/-/g')
283
TIME=$(date '+%Y/%m/%d %H:%M')
284
echo "$TAG"
285
echo "tag=$TAG" >> $GITHUB_OUTPUT
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM rust:1.83-slim-bookworm as builder
+FROM rust:1.83-slim-bookworm AS builder
2
3
WORKDIR /usr/src/app
4
COPY . .
0 commit comments