Skip to content

Commit 846798d

Browse files
committed
zz
Signed-off-by: miigotu <[email protected]>
1 parent 9c97467 commit 846798d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build_push.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,6 @@ jobs:
7171
platforms: ${{ steps.prepare.outputs.docker_platforms }}
7272
push: true
7373
tags: |
74-
# ${GITHUB_REPOSITORY,,}/ps3dev:master
75-
# ${GITHUB_REPOSITORY,,}/ps3dev:latest
7674
ghcr.io/${GITHUB_REPOSITORY,,}/ps3dev:master
7775
ghcr.io/${GITHUB_REPOSITORY,,}/ps3dev:latest
7876
- name: Build and push (development)
@@ -84,7 +82,6 @@ jobs:
8482
platforms: ${{ steps.prepare.outputs.docker_platforms }}
8583
push: true
8684
tags: |
87-
# ${GITHUB_REPOSITORY,,}/ps3dev:${{ steps.prepare.outputs.version }}
8885
ghcr.io/${GITHUB_REPOSITORY,,}/ps3dev:${{ steps.prepare.outputs.version }}
8986
cache-from: type=local,src=/tmp/.buildx-cache
9087
cache-to: type=local,dest=/tmp/.buildx-cache-new

0 commit comments

Comments
 (0)