Skip to content

Commit

Permalink
We need to checkout the repo again?
Browse files Browse the repository at this point in the history
  • Loading branch information
AtomicMegaNerd committed Dec 24, 2024
1 parent 49c3ca4 commit 9eba07a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ jobs:
name: Build and Publish Docker image
needs: build
steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Read version
id: get_version
run: echo "VERSION=$(cat VERSION)" >> $GITHUB_ENV

- name: Login to Docker
uses: docker/login-action@v3
Expand Down

0 comments on commit 9eba07a

Please sign in to comment.