Skip to content

Commit

Permalink
Put back Multiarch and disable docker cleanup (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcaracuel authored Nov 28, 2023
1 parent 363528a commit b68573b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cleanup.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Github Container Registry cleanup tasks
on:
# On demand || Each 10 days
# On demand
workflow_dispatch:
schedule:
- cron: '0 0 */10 * *'
# schedule:
# - cron: '0 0 */10 * *'
jobs:
cleanup-docker:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
context: .
file: Dockerfile
push: true
platforms: "linux/amd64,linux/arm64"
platforms: linux/amd64
# sbom: true
provenance: false
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit b68573b

Please sign in to comment.