Skip to content

Commit

Permalink
Update docker-publish-to-ghcr-express.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubakimoto authored Aug 4, 2024
1 parent bac54f7 commit 90657fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish-to-ghcr-express.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@ on:

env:
REGISTRY: ghcr.io
WORKING_DIRECTORY: nodejs/express
IMAGE_NAME: ${{ github.repository }}-express

jobs:
build-and-push-express-image:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ${{ env.WORKING_DIRECTORY }}
working-directory: nodejs/express
permissions:
contents: read
packages: write
Expand Down Expand Up @@ -49,6 +48,7 @@ jobs:
id: build-and-push
uses: docker/build-push-action@v6
with:
context: nodejs/express
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 90657fa

Please sign in to comment.