Skip to content

Commit 55be88f

Browse files
committed
using ghcr repo
1 parent 26e3fa9 commit 55be88f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-base-ros-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
3737
push: true
3838
context: .
3939
file: docker/base-ros-python/Dockerfile
40-
tags: dimensionalos/base-ros-python:latest
40+
tags: ghcr.io/dimensionalos/base-ros-python:latest
4141
cache-from: type=gha
4242
cache-to: type=gha,mode=max

.github/workflows/docker-base-ros.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
3030
push: true
3131
context: .
3232
file: docker/base-ros/Dockerfile
33-
tags: dimensionalos/base-ros:latest
33+
tags: ghcr.io/dimensionalos/base-ros:latest
3434
cache-from: type=gha
3535
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)