We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e97734d commit 152255bCopy full SHA for 152255b
.github/workflows/dialog.yml
@@ -7,9 +7,10 @@ on:
7
8
jobs:
9
turkeyGitops:
10
- uses: hubs-foundation/hubs-ops/.github/workflows/turkeyGitops.yml@master
+ uses: dynamicdevices/hubs-ops/.github/workflows/turkeyGitops.yml@master
11
with:
12
DOCKER_HUB_USR: ${{ vars.DOCKER_HUB_USR || 'hubsfoundation' }}
13
registry: ${{ vars.DOCKER_REGISTRY || 'hubsfoundation' }}
14
+ platforms: 'linux/amd64,linux/arm64'
15
secrets:
16
DOCKER_HUB_PWD: ${{ secrets.DOCKER_HUB_PWD }}
0 commit comments