Skip to content

Commit

Permalink
add dockerfile context to test image
Browse files Browse the repository at this point in the history
  • Loading branch information
KingPin authored Dec 18, 2023
1 parent c2dcd5c commit 7d9cae4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-publish-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:
name: Build and test docker image
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile.debian
load: true
tags: docker.io/${{ secrets.DOCKERHUB_USERNAME }}/${{ github.event.repository.name }}:debian-test
cache-from: type=gha
Expand Down

0 comments on commit 7d9cae4

Please sign in to comment.