Skip to content

Commit

Permalink
Update CI: add hash 2
Browse files Browse the repository at this point in the history
  • Loading branch information
meanmail committed Sep 20, 2023
1 parent 42751ee commit 9164ae3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: ./.github/workflows/actions/build
with:
path: epicbox-clojure
image_name_tag: clojure:1.9.0.397-${{ hashFiles('epicbox-clojure/Dockerfile').slice(0,9) }}
image_name_tag: clojure:1.9.0.397
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASSWORD }}
build_gcc_image:
Expand All @@ -48,6 +48,6 @@ jobs:
uses: ./.github/workflows/actions/build
with:
path: epicbox-gcc
image_name_tag: gcc:10.2.1-${{ hashFiles('epicbox-gcc/Dockerfile').slice(0,9) }}
image_name_tag: gcc:10.2.1
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASSWORD }}

0 comments on commit 9164ae3

Please sign in to comment.