Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
cbarbian-sap committed Dec 27, 2024
1 parent 167a245 commit 19a1b78
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,21 @@ defaults:
shell: bash

jobs:
publish-go-module:
name: Publish go module
runs-on: ubuntu-24.04

steps:
- name: Trigger registration on sum.golang.org
run: |
repository=${{ github.repository }}
tag=${{ github.event.release.tag_name }}
curl -sSf \
--max-time 30 \
--retry 5 \
--retry-max-time 300 \
https://sum.golang.org/lookup/github.com/${repository,,}@${tag}
publish-docker:
name: Publish Docker image
runs-on: ubuntu-24.04
Expand Down

0 comments on commit 19a1b78

Please sign in to comment.