Skip to content

Commit 868c1ce

Browse files
committed
fix: docker registry
1 parent e0b7f58 commit 868c1ce

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/build_production.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,3 @@ jobs:
2727
registry: quay.io/toska
2828
username: toska+github
2929
password: ${{ secrets.QUAY_IO_TOKEN }}
30-

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:24
1+
FROM docker.io/node:24-alpine
22
WORKDIR /app
33

44
COPY frontend ./frontend/

0 commit comments

Comments
 (0)