Skip to content

Commit

Permalink
ci(oci): fix containerfile name
Browse files Browse the repository at this point in the history
Signed-off-by: Massimiliano Giovagnoli <[email protected]>
  • Loading branch information
maxgio92 committed Oct 19, 2022
1 parent 897b25c commit 58c766f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/oci-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: OCI-CI

on:
push:
tags:
tags:
- "v*"

jobs:
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
id: build-release
uses: docker/build-push-action@v2
with:
file: Dockerfile
file: Containerfile
context: .
platforms: linux/amd64,linux/arm64,linux/arm
push: true
Expand Down

0 comments on commit 58c766f

Please sign in to comment.