Skip to content

Commit

Permalink
Fix incorrect Dockerhub org name
Browse files Browse the repository at this point in the history
  • Loading branch information
mkavulich committed May 1, 2024
1 parent af54246 commit 8705d32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_push_docker_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- "main"

env:
LATEST_TAG: NCAR/ccpp-scm:latest
LATEST_TAG: dtcenter/ccpp-scm:latest

jobs:
docker:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_test_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: build_test_and_push_docker
on: [pull_request,workflow_dispatch]

env:
TEST_TAG: NCAR/ccpp-scm:test
TEST_TAG: dtcenter/ccpp-scm:test

jobs:
docker:
Expand Down

0 comments on commit 8705d32

Please sign in to comment.