Skip to content

Commit

Permalink
publish to valiot
Browse files Browse the repository at this point in the history
  • Loading branch information
acrogenesis committed Mar 10, 2024
1 parent 8c427c9 commit 474f0a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
services:
db:
image: postgres:15
ports: ['5432:5432']
ports: ["5432:5432"]
env:
POSTGRES_PASSWORD: postgres
options: >-
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
id: meta
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
with:
images: ghcr.io/nerves-hub/nerves-hub
images: ghcr.io/valiot/nerves-hub
tags: |
# short sha
type=sha,enable={{is_default_branch}},prefix=,suffix=,format=short
Expand Down

0 comments on commit 474f0a1

Please sign in to comment.