update gh actions

This commit is contained in:
Dave Horton
2022-12-10 15:32:08 -05:00
parent fff556a6c8
commit cc87b205a2
2 changed files with 5 additions and 5 deletions

View File

@@ -20,7 +20,7 @@ jobs:
if: github.event_name == 'push'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Build image
run: docker build . --file Dockerfile --tag $IMAGE_NAME