Skip to content

Commit 6913219

Browse files
authored
Merge pull request #87 from tquizzle/local-changes
rename edge dockerfile
2 parents b509d5d + 8122cbc commit 6913219

File tree

5 files changed

+2
-4
lines changed

5 files changed

+2
-4
lines changed

.github/workflows/docker-tqci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: docker/build-push-action@v6.12.0
4848
with:
4949
context: .
50-
file: ./Dockerfile-edge.dockerfile
50+
file: ./edge-Dockerfile
5151
push: true
5252
tags: ${{ secrets.DOCKER_USERNAME }}/clamav-alpine:edge
5353

.github/workflows/fake.yml

-2
This file was deleted.

.github/workflows/trivy-scan-edge.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: docker/build-push-action@v6.12.0
2727
with:
2828
context: .
29-
file: ./Dockerfile-edge.dockerfile
29+
file: ./edge-Dockerfile
3030
push: false
3131
tags: ${{ secrets.DOCKER_USERNAME }}/clamav-alpine:${{ github.sha }}
3232

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)