Skip to content

Commit

Permalink
ci: Fixing Docker push
Browse files Browse the repository at this point in the history
  • Loading branch information
Vel-San committed Feb 22, 2024
1 parent a28eaaf commit 4975059
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,9 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Build Docker image
if: $TAG != ''
run: docker build -t vel7an/wbmbot_v2:${TAG} -t vel7an/wbmbot_v2:latest -f ci/docker/Dockerfile .

- name: Push Docker image to Docker Hub
if: $TAG != ''
run: |
docker push vel7an/wbmbot_v2:${TAG}
docker push vel7an/wbmbot_v2:latest
docker push vel7an/wbmbot_v2:latest

0 comments on commit 4975059

Please sign in to comment.