Skip to content

Commit

Permalink
added checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
nichlaes committed Jan 23, 2024
1 parent 52fee3a commit 002f5dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
name: Publish Docker image
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Install jq
run: sudo apt-get install -y jq
- name: get version
Expand Down

0 comments on commit 002f5dd

Please sign in to comment.