1 Commits

Author SHA1 Message Date
Renovate Bot
42d5a574c8 Update actions/checkout action to v3 2022-03-07 11:59:23 +00:00

View File

@@ -8,7 +8,7 @@ jobs:
name: GitHub Container Registry
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Login to GitHub Container Registry
run: echo ${{ secrets.PAT }} | docker login ghcr.io -u luketainton --password-stdin
- name: Build image for GitHub Container Registry