Skip to content

Commit

Permalink
Ci bump dependencies (#283)
Browse files Browse the repository at this point in the history
* Update docker/setup-qemu-action action to v3

* CI : bump dependencies

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
olevitt and renovate[bot] authored Oct 9, 2023
1 parent c42e284 commit 1b430eb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
Expand Down Expand Up @@ -57,21 +57,21 @@ jobs:
path: onyxia-api/target
- name: Docker meta
id: docker_meta
uses: crazy-max/ghaction-docker-meta@v4.6.0
uses: crazy-max/ghaction-docker-meta@v5.0.0
with:
images: inseefrlab/onyxia-api # list of Docker images to use as base name for tags
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v3
- name: Login to DockerHub
if: github.event_name != 'pull_request'
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: onyxia-api
platforms: linux/amd64,linux/arm64
Expand Down

0 comments on commit 1b430eb

Please sign in to comment.