Skip to content

Try to use mac os to build linux/arm64 #12

Try to use mac os to build linux/arm64

Try to use mac os to build linux/arm64 #12

Workflow file for this run

name: Release
on:
push:
branches: [ "feature/build-image-for-v0.0.3" ]
permissions:
contents: write
jobs:
# build-and-upload-docker:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout
# uses: actions/checkout@v4
#
# - name: Login to Docker Hub
# uses: docker/login-action@v3
# with:
# username: ${{ secrets.DOCKERHUB_USERNAME }}
# password: ${{ secrets.DOCKERHUB_TOKEN }}
#
# - name: Build and push
# uses: docker/build-push-action@v6
# with:
# push: true
# tags: dssysolyatin/telegram2photoprism:v0.0.3-amd64
build-and-upload-docker-macos:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v6
with:
push: true
tags: dssysolyatin/telegram2photoprism:v0.0.3-arm64