Skip to content

Commit

Permalink
concurrence 'n cache
Browse files Browse the repository at this point in the history
  • Loading branch information
xip-niekneuij committed Jun 21, 2024
1 parent 4797e99 commit 0dd3320
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ on:
schedule:
- cron: '6 6 6 * *'

jobs:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

build:
jobs:

push:
runs-on: ubuntu-latest

steps:
Expand All @@ -35,4 +38,7 @@ jobs:
with:
platforms: linux/amd64,linux/arm64
push: true
tags: xipniekneuij/github-runner-extra:latest
tags: |
xipniekneuij/github-runner-extra:latest
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit 0dd3320

Please sign in to comment.