3 Commits

Author SHA1 Message Date
Shaun Setlock
b04bc45875 Updated cron time.
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 4m1s
2025-05-06 20:54:17 -04:00
Shaun Setlock
62cd4c7e0f Updated cron time.
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 3m48s
2025-05-06 20:45:21 -04:00
Shaun Setlock
dcc52c38d3 Moving container to its own directory; not just a nvim thing. Added a nightly workflow. Switched to tags trigger.
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 3m56s
2025-05-06 20:30:52 -04:00
2 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ on:
workflow_dispatch: workflow_dispatch:
jobs: jobs:
build-push: build-and-push:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
@@ -38,7 +38,7 @@ jobs:
with: with:
context: ./tools context: ./tools
push: true push: true
platforms: linux/amd64,linux/arm64 platforms: linux/amd64
tags: | tags: |
gitea.setlock.net/shaun/dev-container:latest gitea.setlock.net/shaun/dev-container:latest
gitea.setlock.net/shaun/dev-container:${{ env.GIT_TAG }} gitea.setlock.net/shaun/dev-container:${{ env.GIT_TAG }}

View File

@@ -3,12 +3,12 @@ name: Build and Push Docker Image
on: on:
schedule: schedule:
- cron: "0 2 * * *" - cron: "0 1 * * *"
workflow_dispatch: workflow_dispatch:
jobs: jobs:
build-push: build-and-push:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
@@ -30,6 +30,6 @@ jobs:
with: with:
context: ./tools context: ./tools
push: true push: true
platforms: linux/amd64,linux/arm64 platforms: linux/amd64
tags: | tags: |
gitea.setlock.net/shaun/dev-container:nightly gitea.setlock.net/shaun/dev-container:nightly