Skip to content

Commit 6079227

Browse files
author
quangnhnhut123
committed
Update pipeline
1 parent 9e7a767 commit 6079227

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/build_push_docker.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ jobs:
3737
file: build/Dockerfile.custom
3838
push: true
3939
tags: |
40-
${{ secrets.DOCKER_REGISTRY }}/${{ secrets.DOCKER_REPOSITORY }}:latest-custom
41-
${{ secrets.DOCKER_REGISTRY }}/${{ secrets.DOCKER_REPOSITORY }}:${{ github.sha }}-custom
40+
${{ secrets.DOCKER_REGISTRY }}/${{ secrets.DOCKER_REPOSITORY }}:latest
41+
${{ secrets.DOCKER_REGISTRY }}/${{ secrets.DOCKER_REPOSITORY }}:${{ github.sha }}
4242
build-args: |
43-
GOLANG_VERSION=${{ env.GOLANG_VERSION }}
44-
GOTENBERG_VERSION=${{ env.GOTENBERG_VERSION }}
45-
GOTENBERG_USER_GID=${{ env.GOTENBERG_USER_GID }}
46-
GOTENBERG_USER_UID=${{ env.GOTENBERG_USER_UID }}
47-
NOTO_COLOR_EMOJI_VERSION=${{ env.NOTO_COLOR_EMOJI_VERSION }}
48-
PDFTK_VERSION=${{ env.PDFTK_VERSION }}
43+
GOLANG_VERSION=$GOLANG_VERSION
44+
GOTENBERG_VERSION=$GOTENBERG_VERSION
45+
GOTENBERG_USER_GID=$GOTENBERG_USER_GID
46+
GOTENBERG_USER_UID=$GOTENBERG_USER_UID
47+
NOTO_COLOR_EMOJI_VERSION=$NOTO_COLOR_EMOJI_VERSION
48+
PDFTK_VERSION=$PDFTK_VERSION

0 commit comments

Comments
 (0)