Skip to content

Commit f1c7098

Browse files
author
Thomas Luijken
committed
Corrected docker registry, reset version-number
1 parent b902d58 commit f1c7098

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/BUILD_AND_DEPLOY.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
username: ${{ secrets.DOCKER_HUB_USERNAME }}
4848
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
49-
registry: hub.docker.io
49+
registry: registry-1.docker.io
5050
push: ${{ github.event_name != 'pull_request' }}
5151
vulnerability_scan: ${{ github.event_name != 'pull_request' }}
5252
version: ${{ steps.get_version.outputs.version }}
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
username: ${{ secrets.DOCKER_HUB_USERNAME }}
5959
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
60-
registry: hub.docker.io
60+
registry: registry-1.docker.io
6161
push: ${{ github.event_name != 'pull_request' }}
6262
vulnerability_scan: ${{ github.event_name != 'pull_request' }}
6363
version: ${{ steps.get_version.outputs.version }}

oxybox/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oxybox"
3-
version = "1.11.0"
3+
version = "1.0.0"
44
authors = ["Thomas Luijken"]
55
categories = ["command-line-utilities"]
66
description = "A drop in replacement for blackbox exporter for Prometheus, with support for TLS and HTTP/3."

0 commit comments

Comments
 (0)