Update docker.yml

This commit is contained in:
believethehype
2024-03-27 12:45:07 +01:00
committed by GitHub
parent 2f862bab85
commit 880a105c8c
+2 -2
View File
@@ -11,10 +11,10 @@ jobs:
IMAGENAME: ${{ github.event.repository.name }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
name: Check out code
- name: Docker build
uses: mr-smithers-excellent/docker-build-push@v6
uses: mr-smithers-excellent/docker-build-push@v6.3
id: build
with:
image: ${{ env.IMAGENAME }}