Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
sirux88 committed Sep 19, 2023
1 parent 69da6f2 commit cf695b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
images: pglombardo/pwpush-${{ matrix.dbType }}
images: ${{ secrets.DOCKER_USERNAME }}/pwpush-${{ matrix.dbType }}
flavor: |
latest=false
tags: |
Expand Down Expand Up @@ -78,6 +78,6 @@ jobs:
push: ${{env.DOCKER_PUSH == 'true'}}
labels: ${{ steps.meta.outputs.labels }}
tags: ${{ steps.meta.outputs.tags }}
no-cache: ${{env.DOCKER_PUSH == 'false'}}
#cache-from: type=registry,ref=${{ secrets.DOCKER_USERNAME }}/pwpush-${{ matrix.dbType }}:buildcache
#cache-to: type=registry,ref=${{ secrets.DOCKER_USERNAME }}/pwpush-${{ matrix.dbType }}:buildcache,mode=max
#no-cache: ${{env.DOCKER_PUSH == 'false'}}
cache-from: type=registry,ref=${{ secrets.DOCKER_USERNAME }}/pwpush-${{ matrix.dbType }}:buildcache
cache-to: type=registry,ref=${{ secrets.DOCKER_USERNAME }}/pwpush-${{ matrix.dbType }}:buildcache,mode=max,ignore-error=true

0 comments on commit cf695b7

Please sign in to comment.