Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lyie28 authored and kbamponsem committed Nov 25, 2022
1 parent 8e9217c commit 242bdcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v2
with:
context: ./server
context: .
file: ./Dockerfile
push: true
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/bastionlab:latest, ${{ secrets.DOCKER_HUB_USERNAME }}/bastionlab:${{ github.event.release.tag_name }}

0 comments on commit 242bdcc

Please sign in to comment.