Skip to content

Commit 0612376

Browse files
committed
chore: update version of docker actions
1 parent 4331c99 commit 0612376

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish-docker-image.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
- name: Check out the repo
1313
uses: actions/checkout@v2
1414
- name: Set up QEMU
15-
uses: docker/setup-qemu-action@v1
15+
uses: docker/setup-qemu-action@v3
1616
- name: Set up Docker Buildx
1717
id: buildx
18-
uses: docker/setup-buildx-action@v1
18+
uses: docker/setup-buildx-action@v3
1919
- name: Log in to Docker Hub
20-
uses: docker/login-action@v1
20+
uses: docker/login-action@v3
2121
with:
2222
username: ${{ secrets.DOCKER_USERNAME }}
2323
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)