File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6060 shell : bash
6161 - name : Docker meta
6262 id : meta
63- uses : docker/metadata-action@v3
63+ uses : docker/metadata-action@v5
6464 with :
6565 # list of Docker images to use as base name for tags
6666 images : ${{ inputs.images }}
@@ -80,20 +80,20 @@ runs:
8080 with :
8181 endpoint : builders
8282 - name : Login to ACR
83- uses : docker/login-action@v1
83+ uses : docker/login-action@v3
8484 with :
8585 registry : ${{ inputs.acr-registry-url }}
8686 username : ${{ inputs.acr-username }}
8787 password : ${{ inputs.acr-password }}
8888 - name : Login to tignis ACR
89- uses : docker/login-action@v1
89+ uses : docker/login-action@v3
9090 with :
9191 registry : ' tignis.azurecr.io'
9292 username : ${{ inputs.acr-username }}
9393 password : ${{ inputs.acr-password }}
9494 - name : Build and push
9595 id : docker_build
96- uses : docker/build-push-action@v5
96+ uses : docker/build-push-action@v6
9797 with :
9898 context : ${{ inputs.docker-build-context }}
9999 push : ${{ inputs.push }}
You can’t perform that action at this time.
0 commit comments