Skip to content

Commit

Permalink
Merge pull request #74 from gipo999/next
Browse files Browse the repository at this point in the history
fix: publish docker github action
  • Loading branch information
gipo355 authored Jun 11, 2024
2 parents d91371d + ab07971 commit bd3d813
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
steps:
- name: Checkout latest code
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
# - name: Setup CI environment
# uses: ./.github/actions/ci-setup
- name: Setup CI environment
uses: ./.github/actions/ci-setup
# # build and deploy
# - name: Build project
# run: ./gradlew war
- name: Build project
run: ./gradlew war
# prepare tags
- name: Docker meta
id: meta
Expand Down

0 comments on commit bd3d813

Please sign in to comment.