Skip to content

Commit 6ea7d49

Browse files
Dependabot updates (#134)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b585b2e commit 6ea7d49

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/docker.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ jobs:
1515
uses: actions/checkout@v6
1616

1717
- name: Set up QEMU
18-
uses: docker/setup-qemu-action@v3
18+
uses: docker/setup-qemu-action@v4
1919

2020
- name: Set up Docker Buildx
21-
uses: docker/setup-buildx-action@v3
21+
uses: docker/setup-buildx-action@v4
2222

2323
- name: Login to DockerHub
24-
uses: docker/login-action@v3
24+
uses: docker/login-action@v4
2525
with:
2626
username: ${{ secrets.DOCKERHUB_USERNAME }}
2727
password: ${{ secrets.DOCKERHUB_TOKEN }}
2828

2929
- name: Build and push fans-ci image
30-
uses: docker/build-push-action@v6
30+
uses: docker/build-push-action@v7
3131
with:
3232
context: ${{ github.workspace }}
3333
file: docker/Dockerfile
@@ -42,7 +42,7 @@ jobs:
4242
build-args: UBUNTU_VERSION=${{ matrix.ubuntu-version }}
4343

4444
- name: Build and push fans-dev image
45-
uses: docker/build-push-action@v6
45+
uses: docker/build-push-action@v7
4646
with:
4747
context: ${{ github.workspace }}
4848
file: docker/Dockerfile

0 commit comments

Comments
 (0)