disable push

This commit is contained in:
Qasim Mehmood 2024-01-15 16:23:26 +05:00 committed by GitHub
parent 95a630b600
commit 469b625989
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,17 +15,17 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v3
- name: Login to GitHub Container Registry # - name: Login to GitHub Container Registry
uses: docker/login-action@v3 # uses: docker/login-action@v3
with: # with:
registry: ghcr.io # registry: ghcr.io
username: "hargata" # username: "hargata"
password: "${{ secrets.GHCR_PAT }}" # password: "${{ secrets.GHCR_PAT }}"
- name: Build and push - name: Build and push
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5
with: with:
context: . context: .
platforms: linux/amd64,linux/arm64 platforms: linux/amd64,linux/arm64
push: true push: false
tags: | tags: |
ghcr.io/hargata/lubelogger:latest ghcr.io/hargata/lubelogger:latest