Skip to content

Commit

Permalink
Start on workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
hammingweight committed Apr 27, 2024
1 parent cc95f7d commit 90a366d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dockerhub_token
14 changes: 14 additions & 0 deletions .github/workflows/build-containers.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: build-containers
on:
workflow_dispatch

jobs:
build-job:
name: Build Job
runs-on: ubuntu-latest
steps:
- name: 'Start build job'
run: |
echo "Starting the build job."
- name: 'Checkout'
uses: actions/checkout@v4

0 comments on commit 90a366d

Please sign in to comment.