Skip to content

Commit

Permalink
switch docker to main repo
Browse files Browse the repository at this point in the history
  • Loading branch information
aureliendavid committed Dec 4, 2023
1 parent ad5f059 commit a33879d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ga.yml
Expand Up @@ -18,11 +18,11 @@ jobs:
- name: check docker run
run: docker run gpac-ubuntu || true
- name: login docker hub
run: docker login --username aureliendavid --password ${{secrets.DOCKER_HUB_TOKEN}}
run: docker login --username gpac --password ${{secrets.DOCKER_HUB_TOKEN}}
- name: tag docker image
run: docker tag gpac-ubuntu aureliendavid/gpac-ubuntu:latest
run: docker tag gpac-ubuntu gpac/ubuntu:latest
- name: push docker image
run: docker push aureliendavid/gpac-ubuntu:latest
run: docker push gpac/ubuntu:latest


other-builds:
Expand Down
2 changes: 1 addition & 1 deletion build/docker/ubuntu.Dockerfile
@@ -1,4 +1,4 @@
FROM aureliendavid/gpac-ubuntu-deps:latest as dev
FROM gpac/ubuntu-deps:latest


WORKDIR /gpac
Expand Down

0 comments on commit a33879d

Please sign in to comment.