Author SHA1 Message Date
renovatebot 387ec20381 Update docker/login-action action to v4 2026-08-29 17:00:16 +00:00
4 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v7 uses: actions/checkout@v7
- name: Login to Docker Registry - name: Login to Docker Registry
uses: docker/login-action@v3 uses: docker/login-action@v4
with: with:
registry: git.thuanle.me registry: git.thuanle.me
username: ${{ secrets.DOCKER_USERNAME }} username: ${{ secrets.DOCKER_USERNAME }}
@@ -49,7 +49,7 @@ jobs:
needs: [build] needs: [build]
steps: steps:
- name: Login to Docker Registry - name: Login to Docker Registry
uses: docker/login-action@v3 uses: docker/login-action@v4
with: with:
registry: git.thuanle.me registry: git.thuanle.me
username: ${{ secrets.DOCKER_USERNAME }} username: ${{ secrets.DOCKER_USERNAME }}
+2 -2
View File
@@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v7 uses: actions/checkout@v7
- name: Login to Docker Registry - name: Login to Docker Registry
uses: docker/login-action@v3 uses: docker/login-action@v4
with: with:
registry: git.thuanle.me registry: git.thuanle.me
username: ${{ secrets.DOCKER_USERNAME }} username: ${{ secrets.DOCKER_USERNAME }}
@@ -49,7 +49,7 @@ jobs:
needs: [build] needs: [build]
steps: steps:
- name: Login to Docker Registry - name: Login to Docker Registry
uses: docker/login-action@v3 uses: docker/login-action@v4
with: with:
registry: git.thuanle.me registry: git.thuanle.me
username: ${{ secrets.DOCKER_USERNAME }} username: ${{ secrets.DOCKER_USERNAME }}
+2 -2
View File
@@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v7 uses: actions/checkout@v7
- name: Login to Docker Registry - name: Login to Docker Registry
uses: docker/login-action@v3 uses: docker/login-action@v4
with: with:
registry: git.thuanle.me registry: git.thuanle.me
username: ${{ secrets.DOCKER_USERNAME }} username: ${{ secrets.DOCKER_USERNAME }}
@@ -49,7 +49,7 @@ jobs:
needs: [build] needs: [build]
steps: steps:
- name: Login to Docker Registry - name: Login to Docker Registry
uses: docker/login-action@v3 uses: docker/login-action@v4
with: with:
registry: git.thuanle.me registry: git.thuanle.me
username: ${{ secrets.DOCKER_USERNAME }} username: ${{ secrets.DOCKER_USERNAME }}
+1 -1
View File
@@ -1,7 +1,7 @@
FROM node:lts-slim FROM node:lts-slim
ARG GO_VERSION=1.26 ARG GO_VERSION=1.26
ARG GOLANGCI_LINT_VERSION=v2.13.2 ARG GOLANGCI_LINT_VERSION=v2.13.1
ENV DEBIAN_FRONTEND=noninteractive \ ENV DEBIAN_FRONTEND=noninteractive \
PATH=/usr/local/go/bin:${PATH} PATH=/usr/local/go/bin:${PATH}