renable image push

This commit is contained in:
Qasim Mehmood 2024-01-15 16:29:13 +05:00 committed by GitHub
parent 578f6ab62a
commit 263000f0ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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