mirror of
https://github.com/hargata/lubelog.git
synced 2025-12-10 00:46:08 -06:00
renable image push
This commit is contained in:
parent
578f6ab62a
commit
263000f0ae
14
.github/workflows/docker-image.yml
vendored
14
.github/workflows/docker-image.yml
vendored
@ -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: false
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/hargata/lubelogger:latest
|
ghcr.io/hargata/lubelogger:latest
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user