-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CI-IMPROVEMENT-10] Remove unused buildx flags
* Remove docker buildx flags that are not used Signed-off-by: Ivan Pavlovic <[email protected]>
- Loading branch information
1 parent
585f3fe
commit 10fe780
Showing
3 changed files
with
3 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -77,10 +77,7 @@ jobs: | |
# due to longer queue times. | ||
runs-on: ubuntu-22.04 | ||
env: | ||
# Cache Docker layers in the Github actions cache. | ||
# These variables are picked up by the goreleaser config. | ||
DOCKER_BUILDX_CACHE_FROM: "type=gha" | ||
DOCKER_BUILDX_CACHE_TO: "type=gha,mode=max" | ||
# This variable is picked up by the goreleaser config. | ||
DOCKER_BUILDX_BUILDER: "builder" | ||
steps: | ||
- uses: actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,10 +60,7 @@ jobs: | |
# due to longer queue times. | ||
runs-on: ubuntu-22.04 | ||
env: | ||
# Cache Docker layers in the Github actions cache. | ||
# These variables are picked up by the goreleaser config. | ||
DOCKER_BUILDX_CACHE_FROM: "type=gha" | ||
DOCKER_BUILDX_CACHE_TO: "type=gha,mode=max" | ||
# This variable is picked up by the goreleaser config. | ||
DOCKER_BUILDX_BUILDER: "builder" | ||
steps: | ||
- uses: actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters