Compare commits

...

4 Commits

Author SHA1 Message Date
matusbulla
aa14bf5223
Merge fcc19061e6 into 36864503dc 2026-04-09 08:38:35 +00:00
CrazyMax
36864503dc
Merge pull request #964 from docker/dependabot/github_actions/crazy-max-dot-github-f0991e81fd
Some checks failed
codeql / analyze (push) Failing after 1m21s
test / test (push) Successful in 53s
validate / prepare (push) Successful in 15s
zizmor / zizmor (push) Failing after -2s
validate / validate (push) Successful in 53s
build(deps): bump the crazy-max-dot-github group with 2 updates
2026-04-09 10:21:51 +02:00
dependabot[bot]
55e1ea5a9a
build(deps): bump the crazy-max-dot-github group with 2 updates
Bumps the crazy-max-dot-github group with 2 updates: [crazy-max/.github/.github/workflows/pr-assign-author.yml](https://github.com/crazy-max/.github) and [crazy-max/.github/.github/workflows/zizmor.yml](https://github.com/crazy-max/.github).


Updates `crazy-max/.github/.github/workflows/pr-assign-author.yml` from 1.3.0 to 1.6.0
- [Release notes](https://github.com/crazy-max/.github/releases)
- [Commits](bb328ea508...d89fe92d80)

Updates `crazy-max/.github/.github/workflows/zizmor.yml` from 1.3.0 to 1.6.0
- [Release notes](https://github.com/crazy-max/.github/releases)
- [Commits](bb328ea508...d89fe92d80)

---
updated-dependencies:
- dependency-name: crazy-max/.github/.github/workflows/pr-assign-author.yml
  dependency-version: 1.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: crazy-max-dot-github
- dependency-name: crazy-max/.github/.github/workflows/zizmor.yml
  dependency-version: 1.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: crazy-max-dot-github
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-09 05:52:26 +00:00
matusbulla
fcc19061e6
Update README for DigitalOcean
Changed the login info for digital ocean e.g: how to authenticate (after i spend hour trying to figure out why it does not work)

Signed-off-by: matusbulla <104327900+matusbulla@users.noreply.github.com>
2025-10-16 16:37:06 +02:00
3 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ on:
jobs: jobs:
run: run:
uses: crazy-max/.github/.github/workflows/pr-assign-author.yml@bb328ea508cd6a89d0865555ddbeb148e5724aed # v1.3.0 uses: crazy-max/.github/.github/workflows/pr-assign-author.yml@d89fe92d808a15e2b2ed5cdb62db7c172c31410d # v1.6.0
permissions: permissions:
contents: read contents: read
pull-requests: write pull-requests: write

View File

@ -19,7 +19,7 @@ on:
jobs: jobs:
zizmor: zizmor:
uses: crazy-max/.github/.github/workflows/zizmor.yml@bb328ea508cd6a89d0865555ddbeb148e5724aed # v1.3.0 uses: crazy-max/.github/.github/workflows/zizmor.yml@d89fe92d808a15e2b2ed5cdb62db7c172c31410d # v1.6.0
permissions: permissions:
contents: read contents: read
security-events: write security-events: write

View File

@ -474,7 +474,7 @@ jobs:
### DigitalOcean Container Registry ### DigitalOcean Container Registry
Use your DigitalOcean registered email address and an API access token to authenticate. Use your [DigitalOcean](https://docs.digitalocean.com/products/container-registry/how-to/set-up-ci-cd/) DigitalOcean API token as both the username and the password.
```yaml ```yaml
name: ci name: ci