Skip to content

How can I use my own docker image in an action? #26417

Answered by airtower-luna
tombrus asked this question in Actions
Discussion options

You must be logged in to vote

You can do that with jobs.<job_id>.container, something like:

jobs:
  build:
    runs-on: ubuntu-latest
    container:
      image: ghcr.io/your/image:latest

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants