Skip to content

Commit e15ec61

Browse files
committed
comment out ghcr login
1 parent b394aed commit e15ec61

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
permissions:
1313
contents: read
1414
packages: write
15+
1516
runs-on: ubuntu-latest
1617
steps:
1718
- name: Checkout code
@@ -30,7 +31,7 @@ jobs:
3031
# list of Docker images to use as base name for tags
3132
images: |
3233
mcuadros/ofelia
33-
ghcr.io/${{ github.repository }}
34+
# ghcr.io/${{ github.repository }}
3435
flavor: |
3536
latest=false
3637
tags: |

0 commit comments

Comments
 (0)