We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 389c73d commit fbaef5aCopy full SHA for fbaef5a
.github/workflows/puppeteer-container.yml
@@ -10,7 +10,7 @@ jobs:
10
build:
11
runs-on: ubuntu-latest
12
env:
13
- IMAGE_NAME: puppeteer-container
+ IMAGE_NAME: puppeteer
14
steps:
15
- name: Workaround Windows mess and set git to keep original line endings
16
run: git config --global core.autocrlf false
@@ -20,7 +20,7 @@ jobs:
20
- run: podman --version
21
22
- name: Build container image
23
- run: podman build -t $IMAGE_NAME -f puppeteer.containerfile\
+ run: podman build -t "$IMAGE_NAME" -f puppeteer.containerfile\
24
--label "org.opencontainers.image.source=$GITHUB_SERVER_URL/$GITHUB_REPOSITORY" \
25
--label "org.opencontainers.image.description=Puppeteer container" \
26
--label "org.opencontainers.image.licenses=MIT"
0 commit comments