Skip to content

Commit

Permalink
fix(ci): use single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
H1ghBre4k3r committed Aug 7, 2024
1 parent 4a1e98d commit acbf0ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Login to GitHub Container Registry
uses: docker/login-action@v2
if: ${{ github.ref_name == "main" }}
if: ${{ github.ref_name == 'main' }}
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand All @@ -41,4 +41,4 @@ jobs:
with:
platforms: linux/amd64,linux/arm64/v8
context: .
push: ${{ github.ref_name == "main" }}
push: ${{ github.ref_name == 'main' }}

0 comments on commit acbf0ff

Please sign in to comment.