Skip to content

Commit

Permalink
Push to dockerhub organisation vitobelgium
Browse files Browse the repository at this point in the history
  • Loading branch information
hoetmaaiers committed Jun 26, 2024
1 parent 48ab572 commit def9be7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
# - 'main'

jobs:
docker:
dockerhub-build-push:
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand All @@ -30,6 +30,6 @@ jobs:
uses: docker/build-push-action@v6
with:
push: true
tags: marvinvitobe/guppy:latest
tags: vitobelgium/guppy:latest
context: ./server
file: ./server/Dockerfile

0 comments on commit def9be7

Please sign in to comment.