tools/github actions: revert temporary changes used for trivy tests on fork/branch

This commit is contained in:
nodiscc 2023-05-02 12:24:38 +02:00
parent d48e06f438
commit 22b4044986
No known key found for this signature in database
GPG key ID: 067FC4266A4B6909

View file

@ -1,7 +1,7 @@
name: Build/push Docker image (master/latest)
on:
push:
branches: [ master, trivy ]
branches: [ master ]
jobs:
docker-build:
runs-on: ubuntu-latest
@ -11,11 +11,11 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
# - name: Login to DockerHub
# uses: docker/login-action@v2
# with:
# username: ${{ secrets.DOCKERHUB_USERNAME }}
# password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Login to DockerHub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
@ -35,10 +35,10 @@ jobs:
with:
context: .
push: true
# tags: |
# ${{ secrets.DOCKER_IMAGE }}:trivy
# ghcr.io/${{ secrets.DOCKER_IMAGE }}:trivy
tags: ghcr.io/${{ secrets.DOCKER_IMAGE }}:trivy
platforms: linux/amd64,linux/arm64,linux/arm/v7
tags: |
${{ secrets.DOCKER_IMAGE }}:latest
ghcr.io/${{ secrets.DOCKER_IMAGE }}:latest
- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}
- name: Run trivy image scanner