Skip to content

Commit

Permalink
Merge pull request #4 from fsr-de/fix/docker-pipeline
Browse files Browse the repository at this point in the history
Fix docker pipeline
  • Loading branch information
lukasrad02 authored Aug 6, 2023
2 parents 9592583 + c9288e4 commit ebd5067
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
Expand All @@ -24,6 +25,6 @@ jobs:
uses: docker/build-push-action@v4
with:
context: .
file: docker/Dockerfile
file: ./docker/Dockerfile
push: true
tags: ghcr.io/${{ github.repository }}:latest

0 comments on commit ebd5067

Please sign in to comment.