Skip to content

Commit a3c91a1

Browse files
26 change from dockerfile to containerfile (#27)
* Change name to containerfile * Add contaienrfile to context * Only build on pushes to main * change file designation
1 parent 395bb51 commit a3c91a1

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/build-push.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Publish Docker image multi-arch
33

44
on:
55
push:
6+
branches:
7+
- main
68
workflow_dispatch:
79
schedule:
810
- cron: "0 13 * * *"
@@ -60,6 +62,7 @@ jobs:
6062
uses: docker/build-push-action@v5
6163
with:
6264
context: .
65+
file: Containerfile
6366
platforms: linux/amd64,linux/arm64
6467
push: true
6568
tags: ${{ steps.meta.outputs.tags }}
File renamed without changes.

0 commit comments

Comments
 (0)