Skip to content

Commit

Permalink
update docker workflow config
Browse files Browse the repository at this point in the history
  • Loading branch information
bbbbbbbbbbbbba committed May 28, 2024
1 parent d1b5552 commit 466280e
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/bbs-go-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,12 @@ jobs:
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and push
uses: docker/build-push-action@v5
with:
push: true
tags: latest
# - name: Build and push
# uses: docker/build-push-action@v5
# with:
# push: true
# tags: latest
- name: Build and push docker image
run: |
docker-compose build
docker-compose push

0 comments on commit 466280e

Please sign in to comment.