Skip to content

Commit

Permalink
cicd: try different context
Browse files Browse the repository at this point in the history
  • Loading branch information
Naramsim committed Dec 4, 2023
1 parent 7064f0f commit db4ded3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ jobs:
id: docker_build
uses: docker/build-push-action@v5
with:
context: .
file: ./updater/Dockerfile
context: ./updater
load: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit db4ded3

Please sign in to comment.