Compare commits

..

2 commits

Author SHA1 Message Date
renovate[bot]
b122377fe9
Merge 04104344d8 into 23bf944b6d 2025-01-04 01:58:28 +00:00
renovate[bot]
04104344d8
deps: update module github.com/xanzy/go-gitlab to v0.115.0 2025-01-04 01:58:26 +00:00
2 changed files with 2 additions and 2 deletions

View file

@ -21,5 +21,5 @@ jobs:
with:
go-version-file: go.mod
- uses: ko-build/setup-ko@d982fec422852203cfb2053a8ec6ad302280d04d # v0.8
- uses: ko-build/setup-ko@3aebd0597dc1e9d1a26bcfdb7cbeb19c131d3037 # v0.7
- run: ko build --bare --tags ${{ github.ref_name }} github.com/apricote/releaser-pleaser/cmd/rp

View file

@ -30,7 +30,7 @@ jobs:
# Build container image from current commit and replace image ref in `action.yml`
# Without this, any new flags in `action.yml` would break the job in this repository until the new
# version is released. But a new version can only be released if this job works.
- uses: ko-build/setup-ko@d982fec422852203cfb2053a8ec6ad302280d04d # v0.8
- uses: ko-build/setup-ko@3aebd0597dc1e9d1a26bcfdb7cbeb19c131d3037 # v0.7
- run: ko build --bare --local --tags ci github.com/apricote/releaser-pleaser/cmd/rp
- run: mkdir -p .github/actions/releaser-pleaser