update gh actions

This commit is contained in:
Dave Horton
2022-12-10 15:32:50 -05:00
parent 4db03d3d1b
commit 69f796e960
2 changed files with 4 additions and 4 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