Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Ujstor committed May 8, 2024
1 parent b84dfe2 commit bd4e847
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/publish-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,6 @@ jobs:
with:
envFile: '.env'

# - name: Import environment variables from a file
# shell: bash
# run: |
# while read line; do
# echo "$line" >> $GITHUB_ENV
# done < ${{ env.ENV_FILE }}

- name: Debug
run: |
echo ${env.DOCKER_REPO_NAME}
echo "${{ env.NEW_TAG }}"
echo $env.DOCKER_HUB_USERNAME
- name: Build and push
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit bd4e847

Please sign in to comment.