Skip to content
This repository has been archived by the owner on Mar 28, 2021. It is now read-only.

Commit

Permalink
(chore) establish dockerfile location
Browse files Browse the repository at this point in the history
  • Loading branch information
denzuko committed Mar 23, 2021
1 parent fd92991 commit 1c134ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
- name: Push to GitHub Packages
uses: docker/build-push-action@v2
with:
context: ../../
context: .
file: Dockerfile
tags: ghcr.io/denzuko/clients/rearc.io
platforms: linux/amd64,linux/arm64,linux/arm
push: true
Expand Down

0 comments on commit 1c134ff

Please sign in to comment.