Skip to content

Commit

Permalink
point to correct dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mszep authored Aug 28, 2021
1 parent e92becd commit db3c6f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ jobs:
- name: Build and Push to GitHub Packages
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
with:
context: .docker/resume.dockerfile
context: .docker
file: resume.dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit db3c6f7

Please sign in to comment.