Skip to content

Commit

Permalink
use quay to push
Browse files Browse the repository at this point in the history
  • Loading branch information
skandragon committed Aug 30, 2022
1 parent af679d9 commit 76135cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
- name: Login to docker
uses: docker/login-action@v2
with:
registry: ${{ secrets.DOCKER_FLAME_HOSTNAME }}
username: ${{ secrets.DOCKER_FLAME_USERNAME }}
password: ${{ secrets.DOCKER_FLAME_PASSWORD }}
registry: ${{ secrets.DOCKER_PUBLIC_HOSTNAME }}
username: ${{ secrets.DOCKER_PUBLIC_USERNAME }}
password: ${{ secrets.DOCKER_PUBLIC_PASSWORD }}
- name: Build the Docker image
run: make images
run: make IMAGE_PREFIX=quay.io/opsmxpublic/ images

0 comments on commit 76135cc

Please sign in to comment.