File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1818 - name : login to docker hub
1919 run : echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
2020 - name : build the image
21- uses : docker/build-push-action@v3
21+ uses : docker/build-push-action@v5
2222 with :
2323 push : true
2424 platforms : linux/amd64,linux/arm64,linux/arm/v7
Original file line number Diff line number Diff line change 1818 - name : login to docker hub
1919 run : echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
2020 - name : build the image
21- uses : docker/build-push-action@v3
21+ uses : docker/build-push-action@v5
2222 with :
2323 push : true
2424 platforms : linux/amd64,linux/arm64,linux/arm/v7
Original file line number Diff line number Diff line change 2424 - name : login to docker hub
2525 run : echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
2626 - name : build the image
27- uses : docker/build-push-action@v3
27+ uses : docker/build-push-action@v5
2828 with :
2929 push : true
3030 platforms : linux/amd64,linux/arm64,linux/arm/v7
You can’t perform that action at this time.
0 commit comments