File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -37,12 +37,12 @@ jobs:
37
37
file : build/Dockerfile.custom
38
38
push : true
39
39
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 }}
42
42
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
You can’t perform that action at this time.
0 commit comments