Skip to content

Commit

Permalink
[CHORE] add dockerfile and upgrade docker-build-push from v5 to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
nogamsung committed Nov 11, 2023
1 parent 1987cca commit bfe5b9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/develop-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,11 @@ jobs:
retention-days: 90

- name: Build and Push Docker image
uses: mr-smithers-excellent/docker-build-push@v5
uses: mr-smithers-excellent/docker-build-push@v6
with:
image: gs97ahn/server
tags: gabojait-alpha-latest
registry: docker.io
dockerfile: Dockerfile
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
3 changes: 2 additions & 1 deletion .github/workflows/master-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,11 @@ jobs:
retention-days: 90

- name: Build and Push Docker image
uses: mr-smithers-excellent/docker-build-push@v5
uses: mr-smithers-excellent/docker-build-push@v6
with:
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 bfe5b9b

Please sign in to comment.