Skip to content

Commit

Permalink
feat : 先关闭镜像制作功能
Browse files Browse the repository at this point in the history
  • Loading branch information
pojol committed May 3, 2023
1 parent 68f31d3 commit ac659be
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ jobs:
username: ${{ secrets.DOCKERHUB_NAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build and push
id: docker_build
uses: docker/build-push-action@v2
with:
context: .
file: ./Dockerfile
push: true
tags: braidgo/gobot-driver:v${{ github.run_id }}.${{ github.run_number }}
# - name: Build and push
# id: docker_build
# uses: docker/build-push-action@v2
# with:
# context: .
# file: ./Dockerfile
# push: true
# tags: braidgo/gobot-driver:v${{ github.run_id }}.${{ github.run_number }}

# Runs a single command using the runners shell
- name: unit test
Expand Down

0 comments on commit ac659be

Please sign in to comment.