Skip to content

Commit

Permalink
Update pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
quangnhnhut123 committed Sep 26, 2024
1 parent 9e7a767 commit 6079227
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build_push_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ jobs:
file: build/Dockerfile.custom
push: true
tags: |
${{ secrets.DOCKER_REGISTRY }}/${{ secrets.DOCKER_REPOSITORY }}:latest-custom
${{ secrets.DOCKER_REGISTRY }}/${{ secrets.DOCKER_REPOSITORY }}:${{ github.sha }}-custom
${{ secrets.DOCKER_REGISTRY }}/${{ secrets.DOCKER_REPOSITORY }}:latest
${{ secrets.DOCKER_REGISTRY }}/${{ secrets.DOCKER_REPOSITORY }}:${{ github.sha }}
build-args: |
GOLANG_VERSION=${{ env.GOLANG_VERSION }}
GOTENBERG_VERSION=${{ env.GOTENBERG_VERSION }}
GOTENBERG_USER_GID=${{ env.GOTENBERG_USER_GID }}
GOTENBERG_USER_UID=${{ env.GOTENBERG_USER_UID }}
NOTO_COLOR_EMOJI_VERSION=${{ env.NOTO_COLOR_EMOJI_VERSION }}
PDFTK_VERSION=${{ env.PDFTK_VERSION }}
GOLANG_VERSION=$GOLANG_VERSION
GOTENBERG_VERSION=$GOTENBERG_VERSION
GOTENBERG_USER_GID=$GOTENBERG_USER_GID
GOTENBERG_USER_UID=$GOTENBERG_USER_UID
NOTO_COLOR_EMOJI_VERSION=$NOTO_COLOR_EMOJI_VERSION
PDFTK_VERSION=$PDFTK_VERSION

0 comments on commit 6079227

Please sign in to comment.