build: rename file and cleanup names displayed for Docker dev build

Signed-off-by: deadprogram <ron@hybridgroup.com>
Этот коммит содержится в:
deadprogram 2022-01-19 19:04:37 +01:00 коммит произвёл Ron Evans
родитель c6ae1c58fc
коммит 7516c5d69e

Просмотреть файл

@ -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:
push:
branches: [ dev, fix-docker-llvm-build ]
jobs:
push_to_registry:
name: Push Docker image to GHCR/Docker Hub
name: build-push-dev
runs-on: ubuntu-latest
permissions:
packages: write