Update 3rd-party Actions to Node16 versions

This commit is contained in:
Chris Mayo 2022-10-24 19:26:52 +01:00
parent a3bedadfb6
commit 776f2980bc
2 changed files with 4 additions and 4 deletions

View file

@ -21,7 +21,7 @@ jobs:
steps:
- name: Log in to the Container registry
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
@ -29,7 +29,7 @@ jobs:
- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@548e2346a9987b56d8a4104fe776321ff8e23440
uses: docker/metadata-action@57396166ad8aefe6098280995947635806a0e6ea
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
flavor: latest=true
@ -38,7 +38,7 @@ jobs:
type=sha,prefix=
- name: Build and push Docker image
uses: docker/build-push-action@a66e35b9cbcf4ad0ea91ffcaf7bbad63ad9e0229
uses: docker/build-push-action@c56af957549030174b10d6867f20e78cfd7debc5
with:
push: true
tags: ${{ steps.meta.outputs.tags }}

View file

@ -40,7 +40,7 @@ jobs:
make -C doc html
- name: Publish
uses: peaceiris/actions-gh-pages@068dc23d9710f1ba62e86896f84735d869951305
uses: peaceiris/actions-gh-pages@de7ea6f8efb354206b205ef54722213d99067935
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./doc/html