Skip to content

Commit 2af73ac

Browse files
authored
fix: try one more time
1 parent fbaef5a commit 2af73ac

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/puppeteer-container.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ jobs:
2020
- run: podman --version
2121

2222
- name: Build container image
23-
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"
23+
run: |
24+
podman build -t "$IMAGE_NAME" -f puppeteer.containerfile \
25+
--label "org.opencontainers.image.source=$GITHUB_SERVER_URL/$GITHUB_REPOSITORY" \
26+
--label "org.opencontainers.image.description=Puppeteer container" \
27+
--label "org.opencontainers.image.licenses=MIT"
2728
2829
- name: List images
2930
run: podman images

0 commit comments

Comments
 (0)