Skip to content

Commit

Permalink
use RMI-PACTA/actions/.github/workflows/docker.yml to test build of…
Browse files Browse the repository at this point in the history
… Docker image (#228)
  • Loading branch information
cjyetman authored Apr 27, 2024
1 parent 3f45385 commit 06f8633
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
# This example file will enable docker-related checks on push or PR to the main
# branch.
# It will also run the checks every weeknight at midnight UTC
#
# Note the @main in `uses:` on the last line. This will call the latest version
# of the workflow from the `main` brnach in the RMI-PACTA/actions repo. You can
# also specify a tag from that repo, or a commit SHA to pin action versions.
on:
pull_request:
push:
branches: [main]
schedule:
- cron: '0 0 * * 1,2,3,4,5'
workflow_dispatch:

name: docker

jobs:
docker:
name: Docker actions
uses: RMI-PACTA/actions/.github/workflows/docker.yml@main
with:
build-platform: |
[
"linux/amd64"
]
do-lint: false
do-check-r-sysdeps: false
29 changes: 0 additions & 29 deletions .github/workflows/test-Docker-build-works.yml

This file was deleted.

0 comments on commit 06f8633

Please sign in to comment.