Files
Publish-Docker-Github-Action/.github/workflows/test_integration_github.yml
Lars Gohr f0feda3054 ♻️ Define digest explicitly to improve stability. Refactor
integration tests to use latest action from repository
2021-09-09 20:11:55 +02:00

19 lines
495 B
YAML

name: Integration Test Github
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Publish to Registry
if: ${{ github.actor != 'dependabot[bot]' }}
uses: ./
with:
name: docker.pkg.github.com/elgohr/publish-docker-github-action/publish-docker-github-action
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: docker.pkg.github.com