Skip to content

Commit 74a45e3

Browse files
committed
Workflows dependabot update.
1 parent 29ac4be commit 74a45e3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/docker-jupyter-hub.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
uses: actions/checkout@v3
4444

4545
- name: Log in to Docker Hub
46+
if: ${{ github.actor != 'dependabot[bot]' }}
4647
uses: docker/login-action@v3
4748
with:
4849
username: ${{ secrets.DOCKER_HUB_USERNAME }}

.github/workflows/docker-jupyter-singleuser.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,13 @@ jobs:
2929
git pull --recurse-submodules origin main
3030
git submodule update --remote --recursive
3131
32-
- name: Docker Hub Login
32+
- name: Log in to Docker Hub
33+
if: ${{ github.actor != 'dependabot[bot]' }}
3334
uses: docker/login-action@v3
3435
with:
3536
username: ${{ secrets.DOCKER_HUB_USERNAME }}
3637
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
38+
3739
- name: Metadata for Docker
3840
id: meta
3941
uses: docker/metadata-action@v5

0 commit comments

Comments
 (0)