Skip to content

Commit

Permalink
[CHORE] remove dockerfile as it is default
Browse files Browse the repository at this point in the history
  • Loading branch information
nogamsung committed Nov 11, 2023
1 parent bfe5b9b commit 3aee285
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/develop-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,5 @@ jobs:
image: gs97ahn/server
tags: gabojait-alpha-latest
registry: docker.io
dockerfile: Dockerfile
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
1 change: 0 additions & 1 deletion .github/workflows/master-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,5 @@ jobs:
image: gs97ahn/server
tags: gabojait-release, gabojait-v1.0.0
registry: docker.io
dockerfile: Dockerfile
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

0 comments on commit 3aee285

Please sign in to comment.