Skip to content

Commit

Permalink
remove scope for docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
salonichf5 committed Mar 11, 2024
1 parent abba358 commit d3a5626
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/functional.yml
Original file line number Diff line number Diff line change
@@ -82,8 +82,8 @@ jobs:
tags: ${{ steps.ngf-meta.outputs.tags }}
context: "."
load: true
cache-from: type=gha,scope=ngf
cache-to: type=gha,scope=ngf,mode=max
cache-from: type=gha
cache-to: type=gha,mode=max
pull: true
target: goreleaser

@@ -94,8 +94,8 @@ jobs:
tags: ${{ steps.nginx-meta.outputs.tags }}
context: "."
load: true
cache-from: type=gha,scope=ngf
cache-to: type=gha,scope=ngf,mode=max
cache-from: type=gha
cache-to: type=gha,mode=max
pull: true
build-args: |
NJS_DIR=internal/mode/static/nginx/modules/src

0 comments on commit d3a5626

Please sign in to comment.