Skip to content

Commit da41014

Browse files
committed
Test docker deploy with GH default
1 parent 55dbe09 commit da41014

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
platforms: linux/amd64
8282
push: true
8383
tags: |
84-
${{ env.REGISTRY_ROOT }}/${{ github.repository }}/mockxconf:${{ github.ref_name }}
84+
${{ env.REGISTRY_ROOT }}/${{ github.repository }}/mockxconf:ci
8585
load: false
8686

8787
- name: Dump certificate from mock-xconf container
@@ -97,7 +97,7 @@ jobs:
9797
- REVISION=${{ github.ref_name }}
9898
push: true
9999
tags: |
100-
${{ env.REGISTRY_ROOT }}/${{ github.repository }}/native-platform:${{ github.ref_name }}
100+
${{ env.REGISTRY_ROOT }}/${{ github.repository }}/native-platform:ci
101101
load: false
102102

103103

0 commit comments

Comments
 (0)