Skip to content

k33g GitHub Actions 🐳 #7

k33g GitHub Actions 🐳

k33g GitHub Actions 🐳 #7

name: GitHub Actions With Containers
run-name: ${{ github.actor }} GitHub Actions 🐳
on: [push]
jobs:
Explore-GitHub-Actions:
runs-on: ubuntu-latest
container:
image: philippecharriere494/my-ubuntu-go-nodejs-env:0.0.0
steps:
- run: go version
- run: lsb_release -a
# todo use a go code
Go-Deeper-With-GitHub-Actions:
runs-on: ubuntu-latest
container:
image: philippecharriere494/my-ubuntu-go-nodejs-env:0.0.0
needs: Explore-GitHub-Actions
steps:
- run: echo "πŸ‘‹ hello world 🌍"
- run: node --version
# todo use a javascript code