Skip to content

Commit

Permalink
Merge pull request #358 from streamdal/blinktag/update_docker_build
Browse files Browse the repository at this point in the history
Remove batchcorp tags and docker publish
  • Loading branch information
blinktag committed May 4, 2023
2 parents aa85275 + 4328138 commit a51e9cd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,6 @@ jobs:
username: ${{ secrets.STREAMDAL_DOCKERHUB_USERNAME }}
password: ${{ secrets.STREAMDAL_DOCKERHUB_TOKEN }}

- name: Login to Docker Hub (batchcorp)
uses: docker/login-action@v1
with:
registry: docker.io
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build docker image
run: make docker/build
- name: Release
Expand Down
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,6 @@ docker/build:
-t streamdal/$(BINARY):$(GIT_TAG) \
-t streamdal/$(BINARY):latest \
-t streamdal/$(BINARY):local \
-t batchcorp/$(BINARY):$(SHORT_SHA) \
-t batchcorp/$(BINARY):$(GIT_TAG) \
-t batchcorp/$(BINARY):latest \
-t batchcorp/$(BINARY):local \
-f ./Dockerfile .

.PHONY: docker/build/local
Expand Down

0 comments on commit a51e9cd

Please sign in to comment.