Skip to content

Commit 3c106a1

Browse files
oren-cohuorentrutner
authored andcommitted
chore: bump github action versions
1 parent db60427 commit 3c106a1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ runs:
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 }}

0 commit comments

Comments
 (0)