Skip to content

Commit

Permalink
Versión 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
oxcar committed May 25, 2023
1 parent 3bba894 commit 27126c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-server-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
package-server-jar:
uses: CodeandoMexico/mapmap/.github/workflows/build-server-jar.yml@main

docker-image-production:
needs: package-server-jar
runs-on: ubuntu-latest
Expand All @@ -28,6 +28,6 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
image-name: production
image-tag: 1.1.1
image-tag: 1.1.2
dockerfile: docker/Dockerfile
build-context: .

0 comments on commit 27126c2

Please sign in to comment.