Skip to content

Commit

Permalink
change Dockerhub to mautic/mautic
Browse files Browse the repository at this point in the history
  • Loading branch information
mollux committed Feb 2, 2024
1 parent 13141b0 commit 9fb3ec9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ on:

env:
REGISTRY: ghcr.io
DOCKERHUB_USERNAME: molluxmollux
IMAGE_NAME: ${{ github.repository }}

jobs:
Expand All @@ -38,7 +39,7 @@ jobs:
# list of Docker images to use as base name for tags
images: |
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
molluxmollux/test-mautic
mautic/mautic
# generate Docker tags based on the following events/attributes
tags: |
type=semver,pattern={{version}},value=${{ inputs.mautic_version }}
Expand All @@ -58,7 +59,7 @@ jobs:
- name: Log in to Dockerhub
uses: docker/login-action@v3
with:
username: molluxmollux
username: ${{ env.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Log in to the Github Container registry
Expand Down

0 comments on commit 9fb3ec9

Please sign in to comment.