Skip to content

Build Server Docker Image #1

Build Server Docker Image

Build Server Docker Image #1

name: Build Server Docker Image
on:
workflow_dispatch
jobs:
package-server-jar:
uses: CodeandoMexico/mapmap/.github/workflows/server-buil-jar.yml@main

Check failure on line 8 in .github/workflows/build-server-docker-image.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-server-docker-image.yml

Invalid workflow file

error parsing called workflow ".github/workflows/build-server-docker-image.yml" -> "CodeandoMexico/mapmap/.github/workflows/server-buil-jar.yml@main" : failed to fetch workflow: workflow was not found.
docker-image-production:
runs-on: ubuntu-latest
environment: production
if: github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v2
- name: Build Docker Image
uses: VaultVulp/gp-docker-action@1.2.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
image-name: production
image-tag: latest
dockerfile: docker/Dockerfile
build-context: .