|
49 | 49 | type=raw,value=python${{ matrix.python-version }}-amd64-latest,enable={{is_default_branch}} |
50 | 50 | type=ref,event=branch,suffix=-python${{ matrix.python-version }}-amd64 |
51 | 51 | type=ref,event=pr,suffix=-python${{ matrix.python-version }}-amd64 |
52 | | - type=semver,pattern={{version}},suffix=-python${{ matrix.python-version }}-amd64 |
53 | | - type=semver,pattern={{major}}.{{minor}},suffix=-python${{ matrix.python-version }}-amd64 |
| 52 | + type=semver,pattern=v{{version}},suffix=-python${{ matrix.python-version }}-amd64 |
| 53 | + type=semver,pattern=v{{major}}.{{minor}},suffix=-python${{ matrix.python-version }}-amd64 |
54 | 54 | type=sha,suffix=-python${{ matrix.python-version }}-amd64 |
55 | 55 |
|
56 | 56 | - name: Build and push AMD64 image |
|
99 | 99 | type=raw,value=python${{ matrix.python-version }}-arm64-latest,enable={{is_default_branch}} |
100 | 100 | type=ref,event=branch,suffix=-python${{ matrix.python-version }}-arm64 |
101 | 101 | type=ref,event=pr,suffix=-python${{ matrix.python-version }}-arm64 |
102 | | - type=semver,pattern={{version}},suffix=-python${{ matrix.python-version }}-arm64 |
103 | | - type=semver,pattern={{major}}.{{minor}},suffix=-python${{ matrix.python-version }}-arm64 |
| 102 | + type=semver,pattern=v{{version}},suffix=-python${{ matrix.python-version }}-arm64 |
| 103 | + type=semver,pattern=v{{major}}.{{minor}},suffix=-python${{ matrix.python-version }}-arm64 |
104 | 104 | type=sha,suffix=-python${{ matrix.python-version }}-arm64 |
105 | 105 |
|
106 | 106 | - name: Build and push ARM64 image |
|
0 commit comments