Skip to content

Commit

Permalink
chore(release) cache release builds images
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha committed Aug 23, 2023
1 parent 5594197 commit fcd994c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Release
on:
schedule:
- cron: "0 6 * * mon" # 6am UTC, 11pm PST
#pull_request:
# branches: '**'
pull_request:
branches: '**'
workflow_dispatch:
inputs:
release_name:
Expand Down Expand Up @@ -129,8 +129,10 @@ jobs:
with:
file: ${{ matrix.file }}
tags: ${{ matrix.tags }}
push: true
platforms: ${{ matrix.platforms }}
push: true
cache-from: type=gha
cache-to: type=gha,mode=max

binary-ubuntu-bionic:
name: "Build Ubuntu 18.04 (bionic) binary"
Expand Down

0 comments on commit fcd994c

Please sign in to comment.