Skip to content

Commit

Permalink
zz
Browse files Browse the repository at this point in the history
Signed-off-by: miigotu <[email protected]>
  • Loading branch information
miigotu committed Mar 21, 2021
1 parent 9c97467 commit 846798d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ jobs:
platforms: ${{ steps.prepare.outputs.docker_platforms }}
push: true
tags: |
# ${GITHUB_REPOSITORY,,}/ps3dev:master
# ${GITHUB_REPOSITORY,,}/ps3dev:latest
ghcr.io/${GITHUB_REPOSITORY,,}/ps3dev:master
ghcr.io/${GITHUB_REPOSITORY,,}/ps3dev:latest
- name: Build and push (development)
Expand All @@ -84,7 +82,6 @@ jobs:
platforms: ${{ steps.prepare.outputs.docker_platforms }}
push: true
tags: |
# ${GITHUB_REPOSITORY,,}/ps3dev:${{ steps.prepare.outputs.version }}
ghcr.io/${GITHUB_REPOSITORY,,}/ps3dev:${{ steps.prepare.outputs.version }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new
Expand Down

0 comments on commit 846798d

Please sign in to comment.