Removed winteraccess image registry
Build and push Almalinux 9 container images / Build almalinux base container images (push) Successful in 5m21s
Details
Build and push Almalinux 9 container images / Build almalinux base container images (push) Successful in 5m21s
Details
This commit is contained in:
parent
8b3af1a404
commit
3a1a021afc
|
@ -1,4 +1,4 @@
|
|||
name: Build and push Almalinux 9 to docker.io
|
||||
name: Build and push Almalinux 9 container images
|
||||
|
||||
on:
|
||||
push:
|
||||
|
@ -42,9 +42,6 @@ jobs:
|
|||
${{ vars.DOCKERHUB_USERNAME }}/almalinux:9.5
|
||||
${{ vars.DOCKERHUB_USERNAME }}/almalinux:9
|
||||
${{ vars.DOCKERHUB_USERNAME }}/almalinux:latest
|
||||
git.winteraccess.id/almalinux:9.5
|
||||
git.winteraccess.id/almalinux:9
|
||||
git.winteraccess.id/almalinux:latest
|
||||
- name: Build and push almalinux9-micro
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
|
@ -57,8 +54,6 @@ jobs:
|
|||
tags: |
|
||||
${{ vars.DOCKERHUB_USERNAME }}/almalinux:9.5-micro
|
||||
${{ vars.DOCKERHUB_USERNAME }}/almalinux:9-micro
|
||||
git.winteraccess.id/almalinux:9.5-micro
|
||||
git.winteraccess.id/almalinux:9-micro
|
||||
- name: Scan almalinux9 image with Trivy
|
||||
uses: aquasecurity/trivy-action@0.20.0
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue