From 3ca645011924ee8040c54166eff31140b5deff40 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 27 May 2025 20:03:05 +0000 Subject: [PATCH 1/3] chore(deps): update https://git.kjan.de/actions/build-push-action digest to 2634353 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index b4aaa5c..599a0c4 100644 --- a/action.yml +++ b/action.yml @@ -48,7 +48,7 @@ runs: ${{ runner.os }}-${{ inputs.name }}- - name: Build and push - uses: https://git.kjan.de/actions/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6 + uses: https://git.kjan.de/actions/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6 with: cache-from: type=local,src=/tmp/.buildx-cache cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max From 64b708adcad66f1a25a7ccb00684c4e378074df6 Mon Sep 17 00:00:00 2001 From: jank Date: Sun, 1 Jun 2025 15:45:17 +0200 Subject: [PATCH 2/3] fix: Add Readme --- README.md | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6baf059 --- /dev/null +++ b/README.md @@ -0,0 +1,59 @@ +## Docker build + +### Description + +Builds a docker image + +### Inputs + +| name | description | required | default | +| --- | --- | --- | --- | +| `name` |

Directory name

| `true` | `""` | +| `REGISTRY_USERNAME` |

Registry username

| `true` | `""` | +| `REGISTRY_TOKEN` |

Registry token

| `true` | `""` | +| `DOCKER_USERNAME` |

Docker username

| `true` | `""` | +| `DOCKER_PASSWORD` |

Docker password

| `true` | `""` | + + +### Runs + +This action is a `composite` action. + +### Usage + +```yaml +- uses: ***PROJECT***@***VERSION*** + with: + name: + # Directory name + # + # Required: true + # Default: "" + + REGISTRY_USERNAME: + # Registry username + # + # Required: true + # Default: "" + + REGISTRY_TOKEN: + # Registry token + # + # Required: true + # Default: "" + + DOCKER_USERNAME: + # Docker username + # + # Required: true + # Default: "" + + DOCKER_PASSWORD: + # Docker password + # + # Required: true + # Default: "" +``` + + + From a02f0d8481a49f4dad63d1e93433966f2729eba3 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 1 Jun 2025 14:02:17 +0000 Subject: [PATCH 3/3] chore(deps): update https://git.kjan.de/actions/build-push-action digest to 2634353 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index b4aaa5c..599a0c4 100644 --- a/action.yml +++ b/action.yml @@ -48,7 +48,7 @@ runs: ${{ runner.os }}-${{ inputs.name }}- - name: Build and push - uses: https://git.kjan.de/actions/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6 + uses: https://git.kjan.de/actions/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6 with: cache-from: type=local,src=/tmp/.buildx-cache cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max