Skip to content

Commit

Permalink
Add prepare docker image step
Browse files Browse the repository at this point in the history
  • Loading branch information
vnntsu committed Jan 18, 2024
1 parent d1f4818 commit 2692d6e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,11 @@ jobs:
run: |
echo "DOCKER_IMAGE_TAG=${{ env.DOCKER_REGISTRY }}/${{ env.DOCKER_IMAGE }}:${{ env.BRANCH_TAG }}" >> $GITHUB_ENV
echo "MAKE UP DOCKER IMAGE TAG"
echo $DOCKER_IMAGE_TAG
echo ${{ env.DOCKER_IMAGE_TAG }}
- name: Prepare Docker image
run: |
bin/docker-prepare
- name: Login to Docker Hub
uses: docker/login-action@v3
Expand Down

0 comments on commit 2692d6e

Please sign in to comment.