Skip to content

Commit 94e3b98

Browse files
authored
Merge pull request #246 from gersonrs/develop
feat: improvement docker build workflow
2 parents dfd7252 + 8796887 commit 94e3b98

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/modules-docker-build-push.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ jobs:
8282
if: github.event_name != 'pull_request'
8383
uses: docker/login-action@v3
8484
with:
85+
registry: ${{ inputs.registry }}
8586
username: ${{ secrets.USERNAME }}
8687
password: ${{ secrets.TOKEN }}
8788

@@ -98,4 +99,6 @@ jobs:
9899
labels: ${{ steps.meta.outputs.labels }}
99100
annotations: ${{ steps.meta.outputs.annotations }}
100101
cache-from: type=gha
101-
cache-to: type=gha,mode=max
102+
cache-to: type=gha,mode=max
103+
build-args: |
104+
DOCKER_METADATA_OUTPUT_JSON

0 commit comments

Comments
 (0)