Skip to content

Commit

Permalink
removed context
Browse files Browse the repository at this point in the history
  • Loading branch information
KingPin authored Dec 18, 2023
1 parent 7d9cae4 commit 45021af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
name: Build and test docker image
uses: docker/build-push-action@v5
with:
context: .
# context: .
file: ./Dockerfile.debian
load: true
tags: docker.io/${{ secrets.DOCKERHUB_USERNAME }}/${{ github.event.repository.name }}:debian-test
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
name: Build and push Docker image
uses: docker/build-push-action@v5
with:
context: .
# context: .
file: ./Dockerfile.debian
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true
Expand Down

0 comments on commit 45021af

Please sign in to comment.