Skip to content

Commit

Permalink
Fix invalid image name
Browse files Browse the repository at this point in the history
Signed-off-by: Jayden <[email protected]>
  • Loading branch information
jvyden authored Jan 2, 2024
1 parent 6c3640d commit 224149b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
id: meta
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
with:
images: ghcr.io/refresh
images: ghcr.io/littlebigrefresh/refresh
- name: Build and push Docker image
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
with:
context: .
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 224149b

Please sign in to comment.