Skip to content
This repository has been archived by the owner on Jan 28, 2023. It is now read-only.

Commit

Permalink
chore(deps): Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbo2002 committed Jun 12, 2021
1 parent a5fc4f3 commit 7b64521
Show file tree
Hide file tree
Showing 3 changed files with 225 additions and 153 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
context: .
target: build-container
builder: ${{ steps.buildx.outputs.name }}
platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x,linux/arm/v7,linux/arm/v6
platforms: linux/amd64
push: ${{ github.ref == 'refs/heads/develop' && github.repository != 'sebbo2002/js-template' }}
tags: ghcr.io/${{ github.repository }}:build-container
cache-from: ghcr.io/${{ github.repository }}:build-container
Expand All @@ -116,7 +116,7 @@ jobs:
with:
context: .
builder: ${{ steps.buildx.outputs.name }}
platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x,linux/arm/v7,linux/arm/v6
platforms: linux/amd64
push: ${{ github.repository != 'sebbo2002/js-template' }}
tags: |
${{ github.repository }}:${{ github.sha }}
Expand Down
Loading

0 comments on commit 7b64521

Please sign in to comment.