Skip to content

Commit

Permalink
Fix image name, update copyright and badges
Browse files Browse the repository at this point in the history
  • Loading branch information
blu3r4y committed Jul 17, 2021
1 parent b102c72 commit 1139d2d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-container-images.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build container images
name: build-container-images

on:
push:
Expand All @@ -16,8 +16,8 @@ jobs:
uses: docker/metadata-action@v3
with:
images: |
blu3r4y/dnsmasq-netbios-multi
ghcr.io/blu3r4y/dnsmasq-netbios-multi
blu3r4y/dnsmasq-netbios
ghcr.io/blu3r4y/dnsmasq-netbios
tags: |
type=semver,pattern={{version}}
- name: Setup QEMU
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2019 Mario Kahlhofer - blu3r4y
Copyright (c) 2021 Mario Kahlhofer - blu3r4y

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# `dnsmasq` + `nbtscan` = ❤️

[![MIT License](https://img.shields.io/badge/License-MIT-yellow.svg?style=popout-square)](LICENSE.txt)
[![GitHub Latest Release](https://img.shields.io/github/v/release/blu3r4y/docker-dnsmasq-netbios?style=popout-square)](https://github.com/blu3r4y/docker-dnsmasq-netbios/releases/latest)
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/blu3r4y/docker-dnsmasq-netbios/build-container-images?style=popout-square)](https://github.com/blu3r4y/docker-dnsmasq-netbios/actions)
[![Docker Pulls](https://img.shields.io/docker/pulls/blu3r4y/dnsmasq-netbios.svg?style=popout-square)](https://hub.docker.com/r/blu3r4y/dnsmasq-netbios)
[![Docker Image Size](https://img.shields.io/docker/image-size/blu3r4y/dnsmasq-netbios?style=popout-square)](https://hub.docker.com/r/blu3r4y/dnsmasq-netbios)

Expand Down

0 comments on commit 1139d2d

Please sign in to comment.