Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
74b2678a49 | ||
|
|
bc5e78af57 | ||
| cc56ca800d |
@@ -11,7 +11,7 @@ on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build-and-push:
|
||||
build-push:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
@@ -38,7 +38,7 @@ jobs:
|
||||
with:
|
||||
context: ./tools
|
||||
push: true
|
||||
platforms: linux/amd64
|
||||
platforms: linux/amd64,linux/arm64
|
||||
tags: |
|
||||
gitea.setlock.net/shaun/dev-container:latest
|
||||
gitea.setlock.net/shaun/dev-container:${{ env.GIT_TAG }}
|
||||
|
||||
@@ -3,12 +3,12 @@ name: Build and Push Docker Image
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "50 20 * * *"
|
||||
- cron: "0 2 * * *"
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build-and-push:
|
||||
build-push:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
@@ -30,6 +30,6 @@ jobs:
|
||||
with:
|
||||
context: ./tools
|
||||
push: true
|
||||
platforms: linux/amd64
|
||||
platforms: linux/amd64,linux/arm64
|
||||
tags: |
|
||||
gitea.setlock.net/shaun/dev-container:nightly
|
||||
|
||||
Reference in New Issue
Block a user