File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 steps :
99 - name : Checkout code
10- uses : actions/checkout@v3
10+ uses : actions/checkout@v4
1111 - name : Docker meta
1212 id : docker_meta
13- uses : crazy-max/ghaction-docker-meta@v1.12 .0
13+ uses : crazy-max/ghaction-docker-meta@v5.1 .0
1414 with :
1515 images : inseefrlab/s3-operator # list of Docker images to use as base name for tags
1616 - name : Set up QEMU
1717 uses : docker/setup-qemu-action@v1
1818 - name : Set up Docker Buildx
19- uses : docker/setup-buildx-action@v1
19+ uses : docker/setup-buildx-action@v3
2020 - name : Login to DockerHub
2121 if : github.event_name != 'pull_request'
22- uses : docker/login-action@v1
22+ uses : docker/login-action@v3
2323 with :
2424 username : ${{ secrets.DOCKERHUB_USERNAME }}
2525 password : ${{ secrets.DOCKERHUB_TOKEN }}
2626 - name : Build and push
27- uses : docker/build-push-action@v2
27+ uses : docker/build-push-action@v5
2828 with :
2929 context : .
3030 file : ./Dockerfile
You can’t perform that action at this time.
0 commit comments