Skip to content

Commit b544a98

Browse files
committed
Updating github-config
1 parent 7283ae9 commit b544a98

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/compile-dependency.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
echo '{"experimental": "enabled"}' | sudo tee ~/.docker/config.json
5353
5454
- name: Set up QEMU
55-
uses: docker/setup-qemu-action@v3
55+
uses: docker/setup-qemu-action@v4
5656

5757
- name: Set up Docker Buildx
5858
uses: docker/setup-buildx-action@v3

.github/workflows/push-buildpackage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,14 +98,14 @@ jobs:
9898
fi
9999
100100
- name: Docker login docker.io
101-
uses: docker/login-action@v3
101+
uses: docker/login-action@v4
102102
with:
103103
username: ${{ env.DOCKERHUB_USERNAME }}
104104
password: ${{ env.DOCKERHUB_PASSWORD }}
105105
registry: ${{ env.DOCKERHUB_REGISTRY }}
106106

107107
- name: Docker login gcr.io
108-
uses: docker/login-action@v3
108+
uses: docker/login-action@v4
109109
if: ${{ steps.parse_configs.outputs.push_to_gcr == 'true' }}
110110
with:
111111
username: ${{ env.GCR_USERNAME }}

0 commit comments

Comments
 (0)