Update github actions

This commit is contained in:
Pau RE
2024-06-20 13:33:56 +02:00
parent 9c7848cfb6
commit 97ed2d5099
2 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-22.04
environment: docker.io
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Generate README for DockerHub
run: cp dockerhub-header.md dockerhub.md && awk '{if(p)print}/^# /{p=1}' README.md >> dockerhub.md