forked from babylonlabs-io/staking-api-service
-
Notifications
You must be signed in to change notification settings - Fork 0
34 lines (30 loc) · 820 Bytes
/
publish.yml
File metadata and controls
34 lines (30 loc) · 820 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
name: docker_publish
on:
push:
branches:
- 'main'
tags:
- '*'
workflow_dispatch:
permissions:
contents: read
jobs:
lint_test:
uses: babylonlabs-io/.github/.github/workflows/reusable_go_lint_test.yml@5151754256060bf160c411d0784f831f29882106 # v0.13.4
with:
go-version: '1.24.3'
go-lint-version: v2.4.0
run-unit-tests: true
run-integration-tests: false
run-lint: false
docker_pipeline:
# needs: ["lint_test"]
uses: babylonlabs-io/.github/.github/workflows/reusable_docker_pipeline.yml@5151754256060bf160c411d0784f831f29882106 # v0.13.4
secrets: inherit
permissions:
security-events: write
packages: read
with:
publish: true
dockerfile: ./contrib/images/staking-api-service/Dockerfile
docker_scan: true