Skip to content

Commit e90ea3c

Browse files
committed
test again
1 parent b8ef156 commit e90ea3c

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

.github/workflows/docker-ci.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)