|
|
|
@ -265,7 +265,6 @@ jobs: |
|
|
|
if: github.ref == 'refs/heads/rc' |
|
|
|
if: github.ref == 'refs/heads/rc' |
|
|
|
run: | |
|
|
|
run: | |
|
|
|
docker push ${{ matrix.docker_repo }}/${{ steps.setup.outputs.service_name }}:rc |
|
|
|
docker push ${{ matrix.docker_repo }}/${{ steps.setup.outputs.service_name }}:rc |
|
|
|
env: |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: Push dev images |
|
|
|
- name: Push dev images |
|
|
|
if: github.ref == 'refs/heads/master' |
|
|
|
if: github.ref == 'refs/heads/master' |
|
|
|
|