Skip to content

Commit

Permalink
Update push-image-to-dockerhub.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mlan225 authored Jan 31, 2024
1 parent 39165ce commit df276a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-image-to-dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
with:
context: .
file: ./Dockerfile
context: src/
file: src/UDS.Net.Web.MVC/Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit df276a4

Please sign in to comment.