Skip to content

Commit e97ede7

Browse files
connorconnor
authored andcommitted
Match proper branch names and make linux/arm64/v8 version.
1 parent 3e37739 commit e97ede7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/cicd.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: CI-CD
55
on:
66
# Triggers the workflow on push or pull request events but only for the main branch
77
push:
8-
branches: [ main ]
8+
branches: [ master ]
99
pull_request:
10-
branches: [ main ]
10+
branches: [ master ]
1111
# Allows you to run this workflow manually from the Actions tab
1212
workflow_dispatch:
1313

@@ -69,6 +69,7 @@ jobs:
6969
file: ./Dockerfile
7070
push: true
7171
tags: ${{ secrets.DOCKERHUB_USERNAME }}/nerdclock:latest
72+
platforms: linux/amd64,linux/arm64/v8
7273

7374
- name: Run the image in a container
7475
uses: addnab/docker-run-action@v3

0 commit comments

Comments
 (0)