Skip to content

Commit

Permalink
don't check verify outcome
Browse files Browse the repository at this point in the history
  • Loading branch information
Ariana Barzinpour authored and omad committed Jan 30, 2023
1 parent 47016ca commit 33eb389
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker-test-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ jobs:
mv /tmp/.buildx-cache-new /tmp/.buildx-cache
- name: Verify Docker Image
id: verify
run: |
# Make sure we test docker image we built
if [[ "${{ steps.cfg.outputs.docker_image }}" != "opendatacube/datacube-tests:latest" ]]; then
Expand All @@ -92,7 +91,7 @@ jobs:
if: |
github.event_name == 'push' && (
github.ref == 'refs/heads/develop'
) && steps.verify.outcome == 'success'
)
uses: docker/login-action@v2
with:
username: ${DOCKER_USER}
Expand Down

0 comments on commit 33eb389

Please sign in to comment.