Skip to content

Commit

Permalink
ci: remove unnecessary steps
Browse files Browse the repository at this point in the history
  • Loading branch information
vojkovic committed Aug 25, 2024
1 parent d2e12d1 commit 4451e8e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,3 @@ jobs:
push: true
tags: ghcr.io/${{ github.repository }}/best-nginx:latest
platforms: linux/amd64,linux/arm64

- name: Scan Docker image for vulnerabilities
uses: docker/scan-action@v1
with:
image: ghcr.io/${{ github.repository }}/best-nginx:latest

- name: Logout from GitHub Container Registry
run: docker logout ghcr.io

0 comments on commit 4451e8e

Please sign in to comment.