Skip to content

Commit

Permalink
Dotenv step should go after code checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
mcduffie committed Feb 15, 2024
1 parent 51bb8cc commit 819be98
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,15 @@ jobs:

steps:

- name: DotEnv file
id: dotenv
uses: xom9ikk/dotenv@v2

- name: Checkout repository
uses: actions/checkout@v4
with:
lfs: true

- name: DotEnv file
id: dotenv
uses: xom9ikk/dotenv@v2

# Install the cosign tool except on PR
# https://github.com/sigstore/cosign-installer
- name: Install cosign
Expand Down

0 comments on commit 819be98

Please sign in to comment.