Skip to content

Commit

Permalink
fixup: refs-head-master -> refs-heads-master
Browse files Browse the repository at this point in the history
  • Loading branch information
danmatichuk committed Mar 1, 2024
1 parent b606bef commit 3a993d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ jobs:
- name: Pull Latest Docker image
run: |
docker pull artifactory.galois.com:5025/pate/pate:${GITHUB_REF//\//\-} || \
docker pull artifactory.galois.com:5025/pate/pate:refs-head-master || \
docker pull artifactory.galois.com:5025/pate/pate:refs-heads-master || \
echo "No latest image found"
- name: Build Docker Image
run: |
docker build . \
--cache-from artifactory.galois.com:5025/pate/pate:${GITHUB_REF//\//\-} \
--cache-from artifactory.galois.com:5025/pate/pate:refs-head-master \
--cache-from artifactory.galois.com:5025/pate/pate:refs-heads-master \
-t pate
- name: Test Docker Image
Expand Down

0 comments on commit 3a993d9

Please sign in to comment.