Skip to content

Commit fbaef5a

Browse files
authored
test: fix building puppeteer container
1 parent 389c73d commit fbaef5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/puppeteer-container.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
env:
13-
IMAGE_NAME: puppeteer-container
13+
IMAGE_NAME: puppeteer
1414
steps:
1515
- name: Workaround Windows mess and set git to keep original line endings
1616
run: git config --global core.autocrlf false
@@ -20,7 +20,7 @@ jobs:
2020
- run: podman --version
2121

2222
- name: Build container image
23-
run: podman build -t $IMAGE_NAME -f puppeteer.containerfile\
23+
run: podman build -t "$IMAGE_NAME" -f puppeteer.containerfile\
2424
--label "org.opencontainers.image.source=$GITHUB_SERVER_URL/$GITHUB_REPOSITORY" \
2525
--label "org.opencontainers.image.description=Puppeteer container" \
2626
--label "org.opencontainers.image.licenses=MIT"

0 commit comments

Comments
 (0)