Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Jan 6, 2025
1 parent 54c616e commit f313b8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images:
- ${{ env.GHCR_REPO }}
images: |
${{ env.GHCR_REPO }}
- name: Login to GHCR
uses: docker/login-action@v3
Expand Down

0 comments on commit f313b8e

Please sign in to comment.