fix order

This commit is contained in:
Admiralawkbar 2020-12-04 18:06:17 -06:00
parent 92697323c5
commit aa7273e80f

View file

@ -66,9 +66,9 @@ jobs:
- name: Login to GitHub Container Registry - name: Login to GitHub Container Registry
uses: docker/login-action@v1 uses: docker/login-action@v1
with: with:
registry: ghcr.io
username: ${{ secrets.GCR_USERNAME }} username: ${{ secrets.GCR_USERNAME }}
password: ${{ secrets.GCR_TOKEN }} password: ${{ secrets.GCR_TOKEN }}
registry: ghcr.io
########################################### ###########################################
# Build and Push containers to registries # # Build and Push containers to registries #