mirror of
https://github.com/HeyPuter/puter.git
synced 2026-01-06 05:00:29 -06:00
Update docker-image.yaml
This commit is contained in:
9
.github/workflows/docker-image.yaml
vendored
9
.github/workflows/docker-image.yaml
vendored
@@ -4,9 +4,10 @@ name: Docker Image CI
|
||||
# Configures this workflow to run every time a change is pushed to the
|
||||
# branch called `main`.
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '*.*.*'
|
||||
workflow_dispatch:
|
||||
# push:
|
||||
# tags:
|
||||
# - '*.*.*'
|
||||
# branches:
|
||||
# - 'release'
|
||||
|
||||
@@ -81,4 +82,4 @@ jobs:
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
cache-to: type=gha,mode=max
|
||||
|
||||
Reference in New Issue
Block a user