Skip to content

Commit

Permalink
try fix docker upload #8
Browse files Browse the repository at this point in the history
  • Loading branch information
prudhomm authored Dec 12, 2022
1 parent e741f48 commit dd691ad
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ jobs:
uses: actions/upload-artifact@v2
with:
# Artifact name
name: feelpp-project-artifacts
name: feelpp-shapo-artifacts
# Directory containing files to upload
path: build/default/assets/myproject-*
path: build/default/assets/shapo-*

check:
needs: build_code
Expand All @@ -81,7 +81,7 @@ jobs:
uses: actions/download-artifact@v2
with:
# Artifact name
name: feelpp-project-artifacts
name: feelpp-shapo-artifacts
# Directory containing files to upload
path: build/default/assets/
- name: Display Artifact
Expand All @@ -102,15 +102,15 @@ jobs:
uses: actions/download-artifact@v2
with:
# Artifact name
name: feelpp-project-artifacts
name: feelpp-shapo-artifacts
path: artifacts/
-
name: Docker meta
id: meta
uses: docker/metadata-action@v4
with:
images: |
ghcr.io/feelpp/feelpp-project
ghcr.io/feelpp/feelpp-shapo
tags: |
type=ref,event=branch
type=ref,event=pr
Expand Down

0 comments on commit dd691ad

Please sign in to comment.