Skip to content

Containerize nightly code #3

Containerize nightly code

Containerize nightly code #3

Workflow file for this run

name: "Ship It!"
concurrency:
# There should only be able one running job per repository / branch combo.
# We do not want multiple deploys running in parallel.
group: ${{ github.repository }}-${{ github.ref_name }}
on:
push:
branches:
- 'master'
- 'containerize'
pull_request:
workflow_dispatch:
jobs:
dagger:
runs-on: ubuntu-latest
steps:
- name: "Checkout code..."
uses: actions/checkout@v3
- name: "Setup Go..."
uses: actions/setup-go@v4
with:
go-version: "1.20"
- name: "Ship it!"
env:
GHCR_USERNAME: "${{ vars.GHCR_USERNAME }}"
GHCR_PASSWORD: "${{ secrets.GHCR_PASSWORD }}"
run: |
go run main.go image