Skip to content

Commit

Permalink
new package name
Browse files Browse the repository at this point in the history
  • Loading branch information
felixcicatt committed Nov 13, 2024
1 parent 3b2298e commit ebf0ea9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 All @@ -29,7 +29,7 @@ jobs:
uses: docker/setup-buildx-action@v3
-
name: Login to GitHub Container Registry
if: github.event_name != 'pull_request'
# if: github.event_name != 'pull_request'
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
Expand All @@ -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 ebf0ea9

Please sign in to comment.