We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e37739 commit e97ede7Copy full SHA for e97ede7
.github/workflows/cicd.yml
@@ -5,9 +5,9 @@ name: CI-CD
5
on:
6
# Triggers the workflow on push or pull request events but only for the main branch
7
push:
8
- branches: [ main ]
+ branches: [ master ]
9
pull_request:
10
11
# Allows you to run this workflow manually from the Actions tab
12
workflow_dispatch:
13
@@ -69,6 +69,7 @@ jobs:
69
file: ./Dockerfile
70
push: true
71
tags: ${{ secrets.DOCKERHUB_USERNAME }}/nerdclock:latest
72
+ platforms: linux/amd64,linux/arm64/v8
73
74
- name: Run the image in a container
75
uses: addnab/docker-run-action@v3
0 commit comments