Update docker-publish.yml
This commit is contained in:
parent
2ce1926d11
commit
3bbef57521
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docker-publish.yml
vendored
4
.github/workflows/docker-publish.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: DockerBuild
|
||||
name: Publish Docker images
|
||||
# This workflow uses actions that are not certified by GitHub.
|
||||
# They are provided by a third-party and are governed by separate terms of service, privacy policy, and support documentation.
|
||||
|
||||
|
|
@ -42,7 +42,7 @@ jobs:
|
|||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Log in to docker hub
|
||||
- name: Log into registry ${{ env.DOCKER_REGISTRY }}
|
||||
if: github.event_name != 'pull_request'
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue