Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
martafolf authored Oct 22, 2024
1 parent 5be9b37 commit 10adf4f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
dockerfile:
- Dockerfile.dnsmasq
- Dockerfile.netshoot
name:
- dnsmasq
- netshoot
Expand All @@ -36,6 +33,6 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
file: ./${{ matrix.dockerfile }}
file: ./Dockerfile.${{ matrix.name }}
push: true
tags: ghcr.io/${{ github.repository }}/${{ matrix.name }}:latest

0 comments on commit 10adf4f

Please sign in to comment.