Skip to content

Commit

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

0 comments on commit 2b72892

Please sign in to comment.