mirror of
https://github.com/elgohr/Publish-Docker-Github-Action.git
synced 2026-03-12 18:07:12 -04:00
♻️ Define digest explicitly to improve stability. Refactor
integration tests to use latest action from repository
This commit is contained in:
2
.github/workflows/test_integration.yml
vendored
2
.github/workflows/test_integration.yml
vendored
@@ -10,7 +10,7 @@ jobs:
|
||||
- uses: actions/checkout@master
|
||||
- name: Publish to Registry
|
||||
if: ${{ github.actor != 'dependabot[bot]' }}
|
||||
uses: elgohr/Publish-Docker-Github-Action@master
|
||||
uses: ./
|
||||
with:
|
||||
name: lgohr/publish-docker-github-action
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
|
||||
@@ -10,7 +10,7 @@ jobs:
|
||||
- uses: actions/checkout@master
|
||||
- name: Publish to Registry
|
||||
if: ${{ github.actor != 'dependabot[bot]' }}
|
||||
uses: elgohr/Publish-Docker-Github-Action@master
|
||||
uses: ./
|
||||
with:
|
||||
name: docker.pkg.github.com/elgohr/publish-docker-github-action/publish-docker-github-action
|
||||
username: ${{ github.actor }}
|
||||
|
||||
Reference in New Issue
Block a user