Skip to content

Commit

Permalink
Merge pull request #1 from internetofwater/bw-dev
Browse files Browse the repository at this point in the history
Update docker image build contexts
  • Loading branch information
webb-ben authored May 30, 2024
2 parents a8e16a1 + d45ba1a commit 1db1a22
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
id: meta
uses: docker/metadata-action@v3
with:
images: nsfearthcube/gleaner
images: internetofwater/gleaner
flavor: |
latest=true
suffix=-${{ env.VERSION }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker_glcon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
# https://github.com/marketplace/actions/publish-docker
# https://github.com/docker/build-push-action
env:
REGISTRY_IMAGE: nsfearthcube/glcon
REGISTRY_IMAGE: internetofwater/glcon
jobs:
build:
name: Docker glcon
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker_gleaner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
# https://github.com/marketplace/actions/publish-docker
# https://github.com/docker/build-push-action
env:
REGISTRY_IMAGE: nsfearthcube/gleaner
REGISTRY_IMAGE: internetofwater/gleaner

jobs:
build:
Expand Down

0 comments on commit 1db1a22

Please sign in to comment.