1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-01 08:02:49 -05:00

removing the unneeded env (#1392)

This commit is contained in:
Joseph Flinn
2021-06-14 11:38:17 -07:00
committed by GitHub
parent c3642adbdf
commit 2fe31533a0

View File

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