Skip to content

Commit

Permalink
chore(oci): reddite quae sunt caesaris, caesari
Browse files Browse the repository at this point in the history
Signed-off-by: Massimiliano Giovagnoli <[email protected]>
  • Loading branch information
maxgio92 committed Feb 3, 2023
1 parent 384dd1f commit 6584d4a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/oci-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
id: build-release
uses: docker/build-push-action@v2
with:
file: Containerfile
file: Dockerfile
context: .
platforms: linux/amd64,linux/arm64,linux/arm
push: true
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ gofumpt:

.PHONY: oci/build
oci/build:
@docker build . -t $(oci_image):$(version) -f Containerfile
@docker build . -t $(oci_image):$(version) -f Dockerfile

.PHONY: oci/push
oci/push: oci/build
Expand Down

0 comments on commit 6584d4a

Please sign in to comment.