File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 4
4
push :
5
5
paths :
6
6
- " README.md"
7
+ - " README-containers.md"
7
8
- " .github/workflows/container_description.yml"
8
9
branches : [ main, master ]
9
10
29
30
destination_container_repo : ${{ env.DOCKER_REPO_NAME }}
30
31
provider : dockerhub
31
32
short_description : ${{ env.DOCKER_REPO_NAME }}
32
- readme_file : ' README.md'
33
33
34
34
PushQuayIoReadme :
35
35
runs-on : ubuntu-latest
49
49
with :
50
50
destination_container_repo : ${{ env.DOCKER_REPO_NAME }}
51
51
provider : quay
52
- readme_file : ' README.md'
Original file line number Diff line number Diff line change 26
26
- name : Checkout repository
27
27
uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
28
28
- name : Install Go
29
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
29
+ uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
30
30
with :
31
31
go-version : 1.22.x
32
32
- name : Install snmp_exporter/generator dependencies
You can’t perform that action at this time.
0 commit comments