Update docs for SSH and PGP keys

Also on the CI side, fixed some Docker pain over Actions.

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@gmail.com>
This commit is contained in:
Andrei Jiroh Halili 2023-07-14 16:59:04 +00:00
parent 9e61cf7e65
commit 7cfcd56ef3
2 changed files with 8 additions and 8 deletions

View file

@ -87,7 +87,7 @@ jobs:
uses: docker/build-push-action@v4.1.1
with:
context: docker
file: Dockerfile
#file: Dockerfile
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}