Skip to content

Commit

Permalink
fix issue with dotenv plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
icrc-fdeniger committed May 29, 2024
1 parent e68450e commit 9e16f4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-hcw-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: Load .env file
id: dotenv
uses: ./.github/actions/dotenv-action
uses: falti/dotenv-action@v1.1.2

- name: Extract metadata (tags, labels) for Docker Admin v${{ steps.dotenv.outputs.HCW_ADMIN_VERSION }}
id: meta-admin
Expand Down

0 comments on commit 9e16f4c

Please sign in to comment.