Skip to content

Commit

Permalink
remove double debug tag
Browse files Browse the repository at this point in the history
  • Loading branch information
dpfaffenbauer committed Feb 28, 2020
1 parent c15540f commit 6d70dc2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 55 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/dockerpush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,6 @@ jobs:
DOCKER_TAG="$DOCKER_TAG-debug"
fi
if [ "${{ matrix.debug }}" == "debug" ]; then
DOCKER_TAG="$DOCKER_TAG-debug"
fi
echo "Tag $DOCKER_TAG"
docker tag image $IMAGE_ID:$DOCKER_TAG
Expand Down
51 changes: 0 additions & 51 deletions .travis.yml

This file was deleted.

0 comments on commit 6d70dc2

Please sign in to comment.