Merge pull request #22 from tmdinosaurcenter/dependabot/github_actions/docker/login-action-4

Bump docker/login-action from 2 to 4
This commit is contained in:
2026-03-28 23:09:21 -06:00
committed by GitHub
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
uses: docker/setup-buildx-action@v2 uses: docker/setup-buildx-action@v2
- name: Log in to DockerHub - name: Log in to DockerHub
if: github.event_name == 'push' if: github.event_name == 'push'
uses: docker/login-action@v2 uses: docker/login-action@v4
with: with:
username: ${{ vars.DOCKER_USERNAME }} username: ${{ vars.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }} password: ${{ secrets.DOCKER_PASSWORD }}