Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
nogamsung committed Nov 11, 2023
2 parents 9fda7bb + cef7239 commit 1b8c068
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/develop-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ 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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ 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
Expand Down

0 comments on commit 1b8c068

Please sign in to comment.