Skip to content

Commit

Permalink
fix: Docker organization name
Browse files Browse the repository at this point in the history
  • Loading branch information
eroan-marie committed Dec 3, 2024
1 parent 8f0f932 commit da9d1d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- '*'

env:
DOCKER_ORG: pangeo
DOCKER_ORG: cnes
GITHUB_REF: ${{ github.ref }}

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
with:
context: base-image
platforms: linux/amd64,linux/arm64
tags: localhost:5000/pangeo/base-image:PR
tags: localhost:5000/cnes/base-image:PR
push: true
cache-from: type=gha
cache-to: type=gha,mode=max
Expand Down

0 comments on commit da9d1d1

Please sign in to comment.