Skip to content

Commit

Permalink
add missing checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
aine-etke committed Aug 22, 2024
1 parent 0159198 commit 2f7c016
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
runs-on: self-hosted
if: ${{ github.ref == 'refs/heads/fresh' }}
steps:
- uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Login to ghcr.io
Expand Down Expand Up @@ -89,6 +90,7 @@ jobs:
runs-on: self-hosted
if: ${{ github.ref == 'refs/heads/main' }}
steps:
- uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Login to ghcr.io
Expand Down

0 comments on commit 2f7c016

Please sign in to comment.