Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasochem committed Jan 11, 2022
1 parent adb8ca1 commit 1d3c33b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ jobs:
- name: Push to GHCR
uses: docker/build-push-action@v2
with:
context: ${{ matrix.container }}/.
file: ${{ matrix.container }}/Dockerfile
push: true
context: ${{ matrix.container }}/.
file: ${{ matrix.container }}/Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

Expand Down

0 comments on commit 1d3c33b

Please sign in to comment.