mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-16 18:53:29 +00:00
build: rename file and cleanup names displayed for Docker dev build
Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
@@ -1,11 +1,15 @@
|
|||||||
name: CI for tinygo-dev docker container
|
# This is the Github action to build and push the tinygo/tinygo-dev Docker image.
|
||||||
|
# If you are looking for the tinygo/tinygo "release" Docker image please see
|
||||||
|
# https://github.com/tinygo-org/docker
|
||||||
|
#
|
||||||
|
name: Docker
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ dev, fix-docker-llvm-build ]
|
branches: [ dev, fix-docker-llvm-build ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
push_to_registry:
|
push_to_registry:
|
||||||
name: Push Docker image to GHCR/Docker Hub
|
name: build-push-dev
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
packages: write
|
packages: write
|
||||||
Reference in New Issue
Block a user