Skip to content

Commit

Permalink
Update ci-cache.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dolsysmith authored Jul 31, 2024
1 parent 1f00495 commit 287a312
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:
branches:
- master
# Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds.
#env:
# REGISTRY: ghcr.io
env:
REGISTRY: ghcr.io
jobs:
CI:
runs-on: ubuntu-latest
Expand All @@ -19,12 +19,12 @@ jobs:
steps:
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v3
# - name: Log in to the Container registry
# uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
# with:
# registry: ${{ env.REGISTRY }}
# username: ${{ github.actor }}
# password: ${{ secrets.GITHUB_TOKEN }}
- name: Log in to the Container registry
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Create scholarspace folders
run: |
mkdir -p /opt/scholarspace
Expand Down

0 comments on commit 287a312

Please sign in to comment.