Compare commits

..

No commits in common. "fc278289922ad6172271e87080b1508c66b031b8" and "4fec868fc8d92700efc64ff354e3b63ffee5d649" have entirely different histories.

View file

@ -15,13 +15,6 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v4
- name: Login to registery
uses: docker/login-action@v3
with:
registry: git.oooo.nz
username: ${{ github.actor }}
password: ${{ secrets.PUSH_TOKEN }}
- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v5.7.0
@ -44,9 +37,7 @@ jobs:
uses: docker/build-push-action@v6.16.0
with:
context: .
push: true
file: ./Dockerfile
push: false
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64,linux/arm64
secrets: |
GIT_AUTH_TOKEN=${{ secrets.PUSH_TOKEN }}
labels: ${{ steps.meta.outputs.labels }}