aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/container_dev.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/container_dev.yml')
-rw-r--r--.github/workflows/container_dev.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/container_dev.yml b/.github/workflows/container_dev.yml
index 598b63490..696f15b37 100644
--- a/.github/workflows/container_dev.yml
+++ b/.github/workflows/container_dev.yml
@@ -42,14 +42,14 @@ jobs:
-
name: Login to Docker Hub
if: github.event_name != 'pull_request'
- uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b # v1
+ uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
-
name: Login to GHCR
if: github.event_name != 'pull_request'
- uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b # v1
+ uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v1
with:
registry: ghcr.io
username: ${{ secrets.GHCR_USERNAME }}