Skip to content
This repository has been archived by the owner on May 1, 2022. It is now read-only.

Commit

Permalink
A: 将docker镜像迁移到coolerdev账号
Browse files Browse the repository at this point in the history
  • Loading branch information
Redish101 committed Apr 15, 2022
1 parent 9542607 commit 662b8bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: build
name: Build Docker image

on:
push:
branches: [ main ]
tags:
- v*.*.*
- v*.*.*-*
paths-ignore:
- "README.md"

Expand All @@ -28,14 +28,14 @@ jobs:
name: Login to DockerHub
uses: docker/login-action@v1
with:
username: redish101
username: coolerdev
password: ${{ secrets.DOCKER_PASS }}
-
name: Extract Docker metadata
id: meta
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
with:
images: redish101/cooler
images: coolerdev/cooler
-
name: Build kea-dhcp4
uses: docker/build-push-action@v2
Expand Down

0 comments on commit 662b8bf

Please sign in to comment.