Skip to content

Commit

Permalink
testing: docker ci
Browse files Browse the repository at this point in the history
  • Loading branch information
c-seeger committed Mar 6, 2024
1 parent 4a5f40b commit 49e4ed3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
with:
context: .
file: ./Dockerfile
context: docker/
file: docker/Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 49e4ed3

Please sign in to comment.