Skip to content

Commit

Permalink
Update build_skirnir_image_on_push_master.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyldem0er authored Jul 11, 2024
1 parent 5b3d5ee commit d87b94f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_skirnir_image_on_push_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v2
with:
context: docker
context: Docker/docker
file: Skirnirfile
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/skirnir:latest

0 comments on commit d87b94f

Please sign in to comment.