chore: gh actions

This commit is contained in:
Tom Wheeler
2025-08-30 22:42:01 +12:00
parent 8446bf2c29
commit cc5c85fd8f
-8
View File
@@ -44,12 +44,6 @@ jobs:
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}
- name: Log in to GitHub Container Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v3
with:
@@ -57,7 +51,5 @@ jobs:
file: ./Dockerfile
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true
build-args: |
COMMIT_TAG=${{ github.sha }}
tags: |
agregarr/agregarr:develop