Skip to content

Commit

Permalink
Use quotes consistently
Browse files Browse the repository at this point in the history
  • Loading branch information
ssciolla committed Apr 8, 2024
1 parent 148e424 commit f37f9b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflow_dispatch:
push:
branches:
- 'main'
- "main"

jobs:
build:
Expand All @@ -30,5 +30,5 @@ jobs:
with:
context: .
push: true
tags: 'ghcr.io/mlibrary/bag-courier:${{ github.sha }}'
tags: "ghcr.io/mlibrary/bag-courier:${{ github.sha }}"
file: ./Dockerfile

0 comments on commit f37f9b7

Please sign in to comment.