Skip to content

Commit

Permalink
Upped some verisons.
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed May 31, 2024
1 parent f356e2e commit 1103c17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Cache Docker layers
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
Expand All @@ -70,7 +70,7 @@ jobs:
cache-to: type=local,dest=/tmp/.buildx-cache-new
- name: Build and push flask
id: docker_build_flask
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
push: true
tags: mihxil/npo-pyapi-flask:latest
Expand All @@ -79,7 +79,7 @@ jobs:
cache-to: type=local,dest=/tmp/.buildx-cache-new
- name: Build and push make
id: docker_build_make
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
push: true
tags: mihxil/npo-pyapi-make:latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_docker_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
Expand Down

0 comments on commit 1103c17

Please sign in to comment.