Skip to content

Commit 4956bcb

Browse files
Update GitHub Actions
1 parent ee7e4e2 commit 4956bcb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/head-builds.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ jobs:
3535
run: bash ./.github/scripts/branch-tags.sh >> $GITHUB_OUTPUT
3636

3737
- name: Set up Docker Buildx
38-
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
38+
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
3939

4040
- name: Login to GitHub Container Registry
41-
uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4.3.0
41+
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
4242
with:
4343
registry: ghcr.io
4444
username: ${{ github.repository_owner }}
@@ -52,7 +52,7 @@ jobs:
5252
secret/data/github/repo/${{ github.repository }}/dockerhub/rancher/credentials password | DOCKER_PASSWORD
5353
5454
- name: Login to Docker Hub
55-
uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4.3.0
55+
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
5656
with:
5757
username: ${{ env.DOCKER_USERNAME || vars.DOCKER_USERNAME || github.repository_owner }}
5858
password: ${{ env.DOCKER_PASSWORD || secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)