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

Commit

Permalink
chore(ci): potentially fix build issues
Browse files Browse the repository at this point in the history
also add image caching
  • Loading branch information
bl4d3tv committed Mar 3, 2023
1 parent d1f53b3 commit 9cfc864
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

Expand All @@ -38,10 +39,13 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v4
with:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: GITHUB_RUN_NUMBER=${{ env.GITHUB_RUN_NUMBER }}
cache-from: type=gha
cache-to: type=gha,mode=max

- name: Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 9cfc864

Please sign in to comment.