We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26e3fa9 commit 55be88fCopy full SHA for 55be88f
.github/workflows/docker-base-ros-python.yml
@@ -37,6 +37,6 @@ jobs:
37
push: true
38
context: .
39
file: docker/base-ros-python/Dockerfile
40
- tags: dimensionalos/base-ros-python:latest
+ tags: ghcr.io/dimensionalos/base-ros-python:latest
41
cache-from: type=gha
42
cache-to: type=gha,mode=max
.github/workflows/docker-base-ros.yml
@@ -30,6 +30,6 @@ jobs:
30
31
32
file: docker/base-ros/Dockerfile
33
- tags: dimensionalos/base-ros:latest
+ tags: ghcr.io/dimensionalos/base-ros:latest
34
35
0 commit comments