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 22ca31e commit d7e2c18Copy full SHA for d7e2c18
.github/workflows/docker-publish.yml
@@ -1,14 +1,8 @@
1
name: Docker
2
3
-# This workflow uses actions that are not certified by GitHub.
4
-# They are provided by a third-party and are governed by
5
-# separate terms of service, privacy policy, and support
6
-# documentation.
7
-
8
on:
9
push:
10
branches: [ "pro" ]
11
- # Publish semver tags as releases.
12
tags: [ 'v*.*.*' ]
13
pull_request:
14
@@ -77,6 +71,7 @@ jobs:
77
71
push: ${{ github.event_name != 'pull_request' }}
78
72
tags: ${{ steps.meta.outputs.tags }}
79
73
labels: ${{ steps.meta.outputs.labels }}
74
+ platforms: linux/amd64,linux/arm64
80
75
cache-from: type=gha
81
76
cache-to: type=gha,mode=max
82
0 commit comments