Skip to content

Commit

Permalink
env
Browse files Browse the repository at this point in the history
  • Loading branch information
maiquanghiep committed Sep 1, 2024
1 parent c2a0798 commit 6fc254a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/reusable_docker_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ jobs:
docker_build:
runs-on: ubuntu-22.04
needs: prepare-env
env:
build-secrets: ${{ needs.prepare-env.outputs.build-secrets }}
build-tags: ${{ needs.prepare-env.outputs.build-tags }}
steps:
- env:
build-secrets: ${{ needs.prepare-env.outputs.build-secrets }}
build-tags: ${{ needs.prepare-env.outputs.build-tags }}
- name: Checkout repository
uses: actions/checkout@v4

Expand Down

0 comments on commit 6fc254a

Please sign in to comment.