Skip to content

Commit 1eacd98

Browse files
authored
Update github action versions
1 parent 962cd2e commit 1eacd98

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docker.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,22 @@ jobs:
2323
run: echo Version is ${{ env.VERSION_TAG }}
2424

2525
- name: Login to Dockerhub
26-
uses: docker/login-action@v1
26+
uses: docker/login-action@v3
2727
with:
2828
username: ${{ secrets.DOCKERHUB_USERNAME }}
2929
password: ${{ secrets.DOCKERHUB_TOKEN }}
3030

3131
- name: Set up QEMU
32-
uses: docker/setup-qemu-action@v1
32+
uses: docker/setup-qemu-action@v3
3333
with:
3434
platforms: all
3535

3636
- name: Set up Docker Buildx
37-
uses: docker/setup-buildx-action@v1
37+
uses: docker/setup-buildx-action@v3
3838

3939
- name: Build and push
4040
id: docker_build
41-
uses: docker/build-push-action@v2
41+
uses: docker/build-push-action@v6
4242
with:
4343
builder: ${{ steps.buildx.outputs.name }}
4444
context: ./genetIC

0 commit comments

Comments
 (0)