git.fiddlerwoaroof.com
Browse code

chore: update actions/checkout

Edward Langley authored on 26/10/2023 07:06:53
Showing 1 changed files
... ...
@@ -19,7 +19,7 @@ jobs:
19 19
     if: github.event_name == 'push'
20 20
 
21 21
     steps:
22
-      - uses: actions/checkout@v2
22
+      - uses: actions/checkout@v4
23 23
 
24 24
       - name: Build image
25 25
         run: docker build . --file Dockerfile --tag $IMAGE_NAME
... ...
@@ -47,4 +47,4 @@ jobs:
47 47
           echo VERSION=$VERSION
48 48
 
49 49
           docker tag $IMAGE_NAME $IMAGE_ID:$VERSION
50
-          docker push $IMAGE_ID:$VERSION
51 50
\ No newline at end of file
51
+          docker push $IMAGE_ID:$VERSION