Remove container cache path
Some checks failed
Build container image / Build and push image (pull_request) Failing after 42s
Some checks failed
Build container image / Build and push image (pull_request) Failing after 42s
This commit is contained in:
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -50,7 +50,6 @@ jobs:
|
||||
echo "IMAGE_NAME=${IMAGE_NAME,,}" >> ${GITHUB_ENV}
|
||||
# make directory for caches
|
||||
mkdir -p ${DNF_CACHE_PATH}
|
||||
mkdir -p ${CONTAINER_CACHE_PATH}
|
||||
|
||||
- name: Set tag to pr if pull request
|
||||
if: github.event_name == 'pull_request'
|
||||
|
||||
Reference in New Issue
Block a user