Skip to content

Commit

Permalink
builds headless-chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
solsson committed May 24, 2024
1 parent 96ddcc3 commit c7c2906
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,17 @@ jobs:
push: true
cache-from: type=gha
cache-to: type=gha,mode=max
-
name: Build and push headless-chrome
uses: docker/build-push-action@v5
env:
SOURCE_DATE_EPOCH: 0
with:
context: headless-chrome
tags: |
ghcr.io/yolean/headless-chrome:latest
ghcr.io/yolean/headless-chrome:${{ github.sha }}
platforms: linux/amd64,linux/arm64/v8
push: true
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit c7c2906

Please sign in to comment.