Skip to content

Commit

Permalink
Merge pull request #4 from 10up/feature/action-setup
Browse files Browse the repository at this point in the history
Add step to checkout code in build-image action
  • Loading branch information
douz authored Apr 17, 2024
2 parents 0bdd279 + 7be2a2b commit 83a41bc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ jobs:
runs-on: ubuntu-latest

steps:
# Checkout repository
- name: Checkout repository
uses: actions/checkout@v3
with:
ref: ${{ github.ref }}

- name: Login to Github Packages
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 83a41bc

Please sign in to comment.