Skip to content

Commit

Permalink
test: fix building puppeteer container
Browse files Browse the repository at this point in the history
  • Loading branch information
ahwayakchih authored Jan 16, 2025
1 parent 389c73d commit fbaef5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/puppeteer-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
runs-on: ubuntu-latest
env:
IMAGE_NAME: puppeteer-container
IMAGE_NAME: puppeteer
steps:
- name: Workaround Windows mess and set git to keep original line endings
run: git config --global core.autocrlf false
Expand All @@ -20,7 +20,7 @@ jobs:
- run: podman --version

- name: Build container image
run: podman build -t $IMAGE_NAME -f puppeteer.containerfile\
run: podman build -t "$IMAGE_NAME" -f puppeteer.containerfile\
--label "org.opencontainers.image.source=$GITHUB_SERVER_URL/$GITHUB_REPOSITORY" \
--label "org.opencontainers.image.description=Puppeteer container" \
--label "org.opencontainers.image.licenses=MIT"
Expand Down

0 comments on commit fbaef5a

Please sign in to comment.