Skip to content

move actions to correct directory #1

move actions to correct directory

move actions to correct directory #1

name: "Publish Devcontainer Prebuild"

Check failure on line 1 in .github/workflows/publish-devcontainer.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/publish-devcontainer.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: permissions
on:
workflow_dispatch:
release:
types: published
jobs:
permissions:
contents: read
packages: write
publish-features:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Pre-build dev container image
uses: devcontainers/ci@v0.3
with:
imageName: ghcr.io/njelich/near-devcontainer
cacheFrom: ghcr.io/njelich/near-devcontainer
push: always