name: Integration Test on: push: branches: - master jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - name: Publish to Registry if: ${{ github.actor != 'dependabot[bot]' }} uses: ./ with: name: lgohr/publish-docker-github-action username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} snapshot: true tag_names: true