Skip to content

Commit

Permalink
cache github actions docker image build
Browse files Browse the repository at this point in the history
  • Loading branch information
Highfire1 authored Nov 15, 2024
1 parent 4e5e91b commit dad83e5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,10 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v3
with:
build-args: |
APIURL=${{ secrets.APIURL }}
APIKEY=${{ secrets.APIKEY }}
context: frontend
file: frontend/Dockerfile
cache-from: type=gha
cache-to: type=gha,mode=max
platforms: linux/arm64
push: true
tags: ghcr.io/langaracpsc/langaracpsc-next:latest
Expand Down

0 comments on commit dad83e5

Please sign in to comment.