Skip to content

Commit f007aaa

Browse files
committed
chore: naming stuff
1 parent 48997d5 commit f007aaa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ jobs:
279279
if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
280280
id: tag
281281
run: |
282-
TAG=v$(date -Iseconds | sed 's/[T:\+]/-/g')
282+
TAG=nightly.$(date -Iseconds | sed 's/[T:\+]/-/g')
283283
TIME=$(date '+%Y/%m/%d %H:%M')
284284
echo "$TAG"
285285
echo "tag=$TAG" >> $GITHUB_OUTPUT

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.83-slim-bookworm as builder
1+
FROM rust:1.83-slim-bookworm AS builder
22

33
WORKDIR /usr/src/app
44
COPY . .

0 commit comments

Comments
 (0)