Skip to content

Commit 428c2de

Browse files
author
Santiago Fraire Willemoes
committed
fix: bump action dependencies
1 parent 90cc70e commit 428c2de

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/publish-container.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,23 @@ on:
1111
version:
1212
description: 'Version to release'
1313
required: false
14-
default: '1.10.0'
14+
default: '1.12.0'
1515

1616
jobs:
1717
push_to_registry:
1818
name: Push Docker image to Docker Hub
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Check out the repo
22-
uses: actions/checkout@v2
22+
uses: actions/checkout@v4
2323

2424
- name: Log in to Docker Hub
25-
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
25+
uses: docker/login-action@v3
2626
with:
2727
username: ${{ secrets.DOCKER_USERNAME }}
2828
password: ${{ secrets.DOCKER_PASSWORD }}
2929
- name: Build and push Docker image
30-
uses: docker/build-push-action@v2
30+
uses: docker/build-push-action@v6
3131
with:
3232
context: .
3333
push: true
@@ -37,7 +37,7 @@ jobs:
3737
kpnnl/avro-tools:latest
3838
kpnnl/avro-tools:${{ github.event.inputs.version }}
3939
- name: Docker Hub Description
40-
uses: peter-evans/dockerhub-description@v3
40+
uses: peter-evans/dockerhub-description@v4
4141
with:
4242
username: ${{ secrets.DOCKER_USERNAME }}
4343
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)