Skip to content

Commit 579e891

Browse files
committed
fix: STRF-12935 Docker version and CI job env var names
1 parent 16a4539 commit 579e891

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
uses: docker/login-action@v2
2929
with:
3030
registry: ${{ env.REGISTRY }}
31-
username: ${{ github.actor }}
32-
password: ${{ secrets.GITHUB_TOKEN }}
31+
username: ${{ secrets.PAT_USERNAME }}
32+
password: ${{ secrets.PAT_TOKEN }}
3333

3434
- name: Extract metadata (tags, labels) for Docker
3535
id: meta

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:18
1+
FROM node:20
22

33
WORKDIR /usr/src/app
44

0 commit comments

Comments
 (0)