Skip to content

Commit

Permalink
fixing context definition in push-image workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cremuzzi committed Feb 6, 2022
1 parent a06c300 commit 8be1e80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
with:
context: ./alpine/
context: .
labels: ${{ steps.meta.outputs.labels }}
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 8be1e80

Please sign in to comment.