Merge pull request #9 from corneil/main
Fix name of action folder reference
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
run: |
|
||||
echo baseimage_version=$(cat version.txt) >> $GITHUB_ENV
|
||||
- name: Build and Publish Images
|
||||
uses: ./.github/actions/build-images
|
||||
uses: ./.github/actions/build-image
|
||||
with:
|
||||
version: ${{ env.baseimage_version }}
|
||||
dockerhub-username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
|
||||
Reference in New Issue
Block a user