Skip to content

Commit

Permalink
new package name
Browse files Browse the repository at this point in the history
  • Loading branch information
felixcicatt authored Nov 13, 2024
1 parent 3b2298e commit 79125ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
IMAGE_NAME: gpp-woo/woo-publications

jobs:

Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
name: Build and push
uses: docker/build-push-action@v6
with:
push: ${{ github.event_name != 'pull_request' }}
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
context: .
Expand Down

0 comments on commit 79125ae

Please sign in to comment.