Skip to content

Commit 2fa6f96

Browse files
authored
Merge pull request #29 from InseeFrLab/testAction
test up action
2 parents 440cd42 + 98fb580 commit 2fa6f96

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,24 @@ jobs:
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

0 commit comments

Comments
 (0)