Skip to content

Commit

Permalink
🐛 Fix syntax error
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Fihlon <[email protected]>
  • Loading branch information
McPringle committed Apr 10, 2024
1 parent d5d6d2c commit 28133b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v4
with:
ref: ${{ github.ref }
ref: ${{ github.ref }}
- name: Log in to Docker Hub
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 28133b3

Please sign in to comment.