Skip to content

Commit

Permalink
changed base not depends
Browse files Browse the repository at this point in the history
  • Loading branch information
robkooper committed Aug 31, 2024
1 parent e48be5b commit f1b0040
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
cache-to: type=registry,ref=pecan/depends:buildcache,mode=max
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
outputs: type=image,dest=/tmp/depends.tar
outputs: type=docker,dest=/tmp/depends.tar
build-args: |
VERSION=${{ steps.meta.outputs.version }}
R_VERSION=${{ env.R_VERSION }}
Expand All @@ -108,6 +108,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
if-no-files-found: error
name: depends
path: /tmp/depends.tar

Expand Down

0 comments on commit f1b0040

Please sign in to comment.