Skip to content

Commit

Permalink
bump deps version
Browse files Browse the repository at this point in the history
  • Loading branch information
n0vad3v committed Dec 29, 2024
1 parent 7429f67 commit 71ec7cc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Make test
uses: docker/build-push-action@v3
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile.CI
Expand All @@ -31,7 +31,7 @@ jobs:
ghcr.io/${{ github.event.repository.full_name }}:latest
- name: Build image test
uses: docker/build-push-action@v3
uses: docker/build-push-action@v6
with:
context: .
load: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
sudo apt-get install -y docker-compose
- name: Build image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v6
with:
context: .
platforms: linux/amd64
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
sudo apt-get install -y docker-compose
- name: Build image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v6
with:
context: .
platforms: linux/amd64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_docker_image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
${{ runner.os }}-buildx-
- name: Build and push latest images
uses: docker/build-push-action@v3
uses: docker/build-push-action@v6
with:
context: .
platforms: linux/amd64,linux/arm64
Expand Down

0 comments on commit 71ec7cc

Please sign in to comment.