Skip to content

Commit

Permalink
Add correct registry
Browse files Browse the repository at this point in the history
  • Loading branch information
misialq committed Feb 1, 2024
1 parent b12fdc1 commit 0e7cb91
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,9 @@ jobs:
- name: Prepare tags
id: prep
env:
DOCKER_REPO: "quay.io/bokulichlab/q2-fondue"
DOCKER_REPO: ${{ secrets.DOCKER_REPO }}
run: |
echo $DOCKER_REPO
echo ${{ secrets.MY_LITTLE_SECRET }}
TAGS="${DOCKER_REPO}:${GITHUB_SHA::8}"
echo $TAGS
echo "tags=${TAGS}" >> $GITHUB_OUTPUT
echo "created=$(date -u +'%Y-%m-%dT%H:%M:%SZ')" >> $GITHUB_OUTPUT
Expand All @@ -60,6 +57,7 @@ jobs:
if: github.event_name != 'pull_request'
uses: docker/login-action@v1
with:
registry: quay.io
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

Expand Down

0 comments on commit 0e7cb91

Please sign in to comment.