Skip to content

Commit

Permalink
Update openshift.yml
Browse files Browse the repository at this point in the history
ChatGPT now says this will work, so why not, right? 🤷🏼‍♂️
  • Loading branch information
mzagaja authored Oct 8, 2024
1 parent c05252a commit 2cde163
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/openshift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,13 @@ jobs:
if: env.IMAGE_TAGS == ''
run: |
echo "IMAGE_TAGS=latest ${GITHUB_SHA::12}" | tee -a $GITHUB_ENV
- name: Cache Yarn dependencies
uses: actions/cache@v3
with:
path: ~/.cache/yarn
key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
# https://github.com/redhat-actions/buildah-build#readme
- name: Build from Dockerfile
id: build-image
Expand Down

0 comments on commit 2cde163

Please sign in to comment.