We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47baa6d commit ebc3ab8Copy full SHA for ebc3ab8
.github/workflows/docker-build.yml
@@ -34,8 +34,11 @@ jobs:
34
context: .
35
file: nginx-utils/Dockerfile
36
push: true
37
- tags: ghcr.io/nginx/nginx-utils:latest
38
platforms: linux/amd64,linux/arm64
+ tags: |
39
+ ghcr.io/nginx/nginx-utils:${{ env.RELEASE_VERSION }}
40
+ ghcr.io/nginx/nginx-utils:latest
41
+
42
43
# Step 5: Install Trivy for Vulnerability Scanning
44
- name: Install Trivy and scan image for vulnerabilities
0 commit comments