1919 steps :
2020 -
2121 name : Checkout code
22- uses : actions/checkout@v6
22+ uses : actions/checkout@v7
2323 -
2424 name : Get repository name
2525 run : echo "REPOSITORY_NAME=$(echo '${{ github.repository }}' | awk -F '/' '{print $2}')" >> $GITHUB_ENV
@@ -32,27 +32,27 @@ jobs:
3232 id : version
3333 -
3434 name : Set up QEMU
35- uses : docker/setup-qemu-action@v3
35+ uses : docker/setup-qemu-action@v4
3636 -
3737 name : Set up Docker Buildx
38- uses : docker/setup-buildx-action@v3
38+ uses : docker/setup-buildx-action@v4
3939 -
4040 name : Login to DockerHub
41- uses : docker/login-action@v3
41+ uses : docker/login-action@v4
4242 with :
4343 username : ${{ secrets.DOCKERHUB_USERNAME }}
4444 password : ${{ secrets.DOCKERHUB_TOKEN }}
4545 -
4646 name : Login to Quay.io Container Registry
47- uses : docker/login-action@v3
47+ uses : docker/login-action@v4
4848 with :
4949 registry : quay.io
5050 username : ${{ github.repository_owner }}
5151 password : ${{ secrets.QUAY_TOKEN }}
5252 -
5353 name : Build and export
5454 id : docker_export
55- uses : docker/build-push-action@v6
55+ uses : docker/build-push-action@v7
5656 with :
5757 file : ./${{ matrix.postgresql }}/Dockerfile
5858 build-args : |
6868 -
6969 name : Build and push
7070 id : docker_build
71- uses : docker/build-push-action@v6
71+ uses : docker/build-push-action@v7
7272 with :
7373 context : .
7474 file : ./${{ matrix.postgresql }}/Dockerfile
0 commit comments