Skip to content

Commit

Permalink
build: show github_env
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackcoinDev committed Sep 10, 2024
1 parent 4d05abc commit 355cffe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker_build_push_26.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
ref: main
- name: Set environment variables
run: echo "GIT_CURRENT_BRANCH=${GITHUB_REF##*/}" >> $GITHUB_ENV
- name: Show GITHUB_ENV content
run: cat $GITHUB_ENV
- name: Login to DockerHub Registry
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login --username "${{ secrets.DOCKER_USERNAME }}" --password-stdin
- name: Run build script
Expand Down

0 comments on commit 355cffe

Please sign in to comment.