Skip to content

Commit 342233f

Browse files
committed
Release 1.5.0
1 parent 5381cd0 commit 342233f

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.github/workflows/old.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,6 @@ jobs:
4747
id-token: write # for OIDC login to AWS ECR and goreleaser/goreleaser-action to sign artifacts
4848
packages: write # for docker/build-push-action to push to GHCR
4949
issues: write # for goreleaser/goreleaser-action to close milestones
50-
services:
51-
registry:
52-
image: registry:3
53-
ports:
54-
- 5000:5000
5550
steps:
5651
- name: Checkout Repository
5752
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
@@ -108,7 +103,10 @@ jobs:
108103
uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8.0
109104
with:
110105
images: |
111-
name=localhost:5000/nginx/nginx-prometheus-exporter
106+
name=nginx/nginx-prometheus-exporter,enable=true
107+
name=ghcr.io/nginx/nginx-prometheus-exporter,enable=true
108+
name=public.ecr.aws/nginx/nginx-prometheus-exporter,enable=true
109+
name=quay.io/nginx/nginx-prometheus-exporter,enable=true
112110
tags: |
113111
type=raw,value=${{ needs.variables.outputs.tag }}
114112
type=raw,value=${{ needs.variables.outputs.short_tag }}
@@ -156,6 +154,3 @@ jobs:
156154
no-cache: true
157155
provenance: mode=max
158156
sbom: true
159-
160-
- name: check image
161-
run: docker run --entrypoint "" localhost:5000/nginx/nginx-prometheus-exporter:${{ needs.variables.outputs.tag }} nginx-prometheus-exporter --version

0 commit comments

Comments
 (0)