Skip to content

Commit

Permalink
Clone repo
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilKWarmdahl committed Oct 22, 2024
1 parent e6e1f95 commit 53f86d2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
- name: Login to docker
run: |
# echo ${{env.PASS}} | docker login --username ${{env.USERNAME}} --password-stdin
- name: Clone repo
uses: actions/checkout@v4
with:
ref: ${{ github.ref_name }}

- name: build docker image
run: |
Expand Down

0 comments on commit 53f86d2

Please sign in to comment.