Skip to content

Commit

Permalink
changes to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
buanet committed Dec 23, 2021
1 parent 8843ee2 commit 1337535
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-debian-image-beta-node16.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Github action to build Docker image from beta branch (tag: beta)
name: Build image (buanet/iobroker:beta-node16)
name: Build buanet/iobroker:beta-node16

on:
release:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-debian-image-beta.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Github action to build Docker image from beta branch (tag: beta)
name: Build image (buanet/iobroker:beta)
name: Build buanet/iobroker:beta

on:
release:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-debian-image-dev-node16.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Github action to build Docker image from dev branch (tag: dev)
name: Build debian image (dev-node16)
name: Build buanet/iobroker:dev-node16

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-debian-image-dev.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Github action to build Docker image from dev branch (tag: dev)
name: Build debian image (dev)
name: Build buanet/iobroker:dev

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-debian-image-latest-iob.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Github action to build Docker image from main branch for iobroker/iobroker (tag: latest)
name: Build image (iobroker/iobroker:latest)
name: Build iobroker/iobroker:latest

on:
release:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-debian-image-latest.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Github action to build Docker image from main branch (tag: latest)
name: Build image (buanet/iobroker:latest)
name: Build buanet/iobroker:latest

on:
release:
Expand Down

0 comments on commit 1337535

Please sign in to comment.