Skip to content

Commit

Permalink
add layers for caching
Browse files Browse the repository at this point in the history
  • Loading branch information
urfin78 committed Nov 15, 2023
1 parent 982db3e commit 96517b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
build-args: |
VERSION=master
GOARCH=${{ matrix.arch }}
layers: true

- name: Push latest image to ghcr
uses: redhat-actions/[email protected]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dockertest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
build-args: |
VERSION=master
GOARCH=${{ matrix.arch }}
layers: true

build-version:
name: Build Version Image
Expand Down

0 comments on commit 96517b1

Please sign in to comment.