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 55dbe09 commit da41014Copy full SHA for da41014
.github/workflows/release.yml
@@ -81,7 +81,7 @@ jobs:
81
platforms: linux/amd64
82
push: true
83
tags: |
84
- ${{ env.REGISTRY_ROOT }}/${{ github.repository }}/mockxconf:${{ github.ref_name }}
+ ${{ env.REGISTRY_ROOT }}/${{ github.repository }}/mockxconf:ci
85
load: false
86
87
- name: Dump certificate from mock-xconf container
@@ -97,7 +97,7 @@ jobs:
97
- REVISION=${{ github.ref_name }}
98
99
100
- ${{ env.REGISTRY_ROOT }}/${{ github.repository }}/native-platform:${{ github.ref_name }}
+ ${{ env.REGISTRY_ROOT }}/${{ github.repository }}/native-platform:ci
101
102
103
0 commit comments