Skip to content

Commit

Permalink
fix image workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
a-mnich committed Mar 30, 2024
1 parent 07c13b0 commit ee87997
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
context: Documentation/Build
file: Documentation/Build/Dockerfile
file: Dockerfile
push: true
tags: ${{ env.IMAGE_BASE_TAG }}:latest

0 comments on commit ee87997

Please sign in to comment.