Skip to content

chore: Update MongoDB version to v1.16.x (#39) #15

chore: Update MongoDB version to v1.16.x (#39)

chore: Update MongoDB version to v1.16.x (#39) #15

name: php-8.1-couch-mongo-publish
on:
release:
types: [published]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: kirschbaumdevelopment/laravel-test-runner
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
workdir: 8.1-couch-mongo
tags: "8.1-couch-mongo"
validate:
runs-on: ubuntu-latest
needs: publish
container:
image: kirschbaumdevelopment/laravel-test-runner:8.1-couch-mongo
steps:
- uses: actions/checkout@v2
- run: |
curl -fsSL https://goss.rocks/install | GOSS_VER=v${GOSS_VERSION} sh

Check failure on line 31 in .github/workflows/php-8.1-couch-mongo.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/php-8.1-couch-mongo.yml

Invalid workflow file

You have an error in your yaml syntax on line 31
goss --gossfile 8.1-couch-mongo/goss.yaml validate