File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,13 +66,22 @@ jobs:
6666 id : build-and-push
6767 uses : docker/build-push-action@v6
6868 with :
69- context : .
7069 push : ${{ github.event_name != 'pull_request' }}
7170 tags : ${{ steps.meta.outputs.tags }}
7271 labels : ${{ steps.meta.outputs.labels }}
7372 cache-from : type=gha
7473 cache-to : type=gha,mode=max
7574
75+ - name : Build and push Docker image
76+ uses : docker/build-push-action@v6
77+ with :
78+ context : ./dockerfiles/R/
79+ file : ./dockerfiles/R/Dockerfile
80+ push : ${{ github.event_name != 'pull_request' }}
81+ tags : ${{ steps.meta.outputs.tags }}
82+ annotations : ${{ steps.meta.outputs.annotations }}
83+ labels : ${{ steps.meta.outputs.labels }}
84+
7685 # Sign the resulting Docker image digest except on PRs.
7786 # This will only write to the public Rekor transparency log when the Docker
7887 # repository is public to avoid leaking data. If you would like to publish
You can’t perform that action at this time.
0 commit comments