Skip to content

Commit

Permalink
move to docker registry
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRoehm committed Sep 29, 2024
1 parent 80bce5d commit 94f074b
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
id: docker_meta
uses: crazy-max/ghaction-docker-meta@v4
with:
images: ghcr.io/ccfreiburg/ReverseContactForm
images: devccf/reverse_contact_form
tags: |
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{version}}
Expand All @@ -37,14 +37,11 @@ jobs:

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

- name: Login to GHCR
uses: docker/login-action@v1
- name: Login to docker hub
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GHR_PACKAGE_POST }}

username: devccf
password: ${{ secrets.POST_IMAGES_TOKEN }}
- name: Build image
uses: docker/build-push-action@v3
with:
Expand Down

0 comments on commit 94f074b

Please sign in to comment.