Skip to content

Commit

Permalink
define env
Browse files Browse the repository at this point in the history
  • Loading branch information
benlee0423 committed Jan 3, 2024
1 parent d104415 commit 5ec78f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_image_main_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ on:
required: false
default: 'latest'
type: string
env:
docker-auth-token: ${{ secrets.DOCKER_AUTH_TOKEN }}

jobs:
deps:
uses: ./.github/workflows/docker_deps_image.yml
with:
tag_name: ${{inputs.tag_name}}
docker-auth-token: ${{ env.docker-auth-token }}
env:
docker-auth-token: ${{ secrets.DOCKER_AUTH_TOKEN }}
troute:
needs: deps
uses: ./.github/workflows/docker_troute_image.yml
Expand Down

0 comments on commit 5ec78f0

Please sign in to comment.