Skip to content

Commit

Permalink
fix: try one more time
Browse files Browse the repository at this point in the history
  • Loading branch information
ahwayakchih authored Jan 16, 2025
1 parent fbaef5a commit 2af73ac
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/puppeteer-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ jobs:
- run: podman --version

- name: Build container image
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"
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"
- name: List images
run: podman images
Expand Down

0 comments on commit 2af73ac

Please sign in to comment.