Skip to content

Commit

Permalink
added container cache
Browse files Browse the repository at this point in the history
  • Loading branch information
portswigger-ben authored Sep 3, 2024
1 parent 635c42f commit 209676f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-push-Image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: '1.23'
cache-dependency-path: "**/*.sum"

- name: Build Go app
run: |
Expand Down Expand Up @@ -61,3 +60,5 @@ jobs:
platforms: linux/amd64, linux/arm64
push: true
tags: ghcr.io/portswigger-it/moroz:latest
cache-from: type=registry,ref=ghcr.io/${{ github.repository }}:buildcache-arm64
cache-to: type=registry,ref=ghcr.io/${{ github.repository }}:buildcache-arm64,mode=max

0 comments on commit 209676f

Please sign in to comment.