Browse Source

removing the unneeded env (#1392)

pull/1393/head
Joseph Flinn 5 years ago committed by GitHub
parent
commit
2fe31533a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/build.yml

1
.github/workflows/build.yml

@ -265,7 +265,6 @@ jobs: @@ -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'

Loading…
Cancel
Save