Skip to content

Commit

Permalink
changing docker hub repository
Browse files Browse the repository at this point in the history
  • Loading branch information
woensug-choi committed Jun 10, 2024
1 parent 3353df3 commit 486a61f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .docker/jazzy.arm64v8.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
# sudo xrdp-sesman --config /etc/xrdp/sesman.ini; \
# sudo xrdp --nodaemon --config /etc/xrdp/xrdp.ini

# Using the pre-built image for above commented out dockerfile code lines
# hadolint ignore=DL3007
FROM woensugchoi/ubuntu-arm-rdp-base:latest

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: woensugchoi/dave
images: ioeslab/dave
tags: |
type=ref,event=branch
type=semver,pattern={{version}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-arm64v8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: woensugchoi/dave
images: ioeslab/dave
tags: |
type=ref,event=branch,ref=ros2,format={{branch}}-arm-rdp
type=semver,pattern={{version}}
Expand Down

0 comments on commit 486a61f

Please sign in to comment.