Skip to content

Commit

Permalink
Merge pull request #7 from Choff3/update-build-pipeline
Browse files Browse the repository at this point in the history
Add multiarch image build
  • Loading branch information
Choff3 authored Dec 11, 2023
2 parents 7d8fe93 + 58cfe02 commit 6902e71
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@ jobs:
environment: buildenv
steps:
- name: Login to Docker Hub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build and push
uses: docker/build-push-action@v4.1.1
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: docker.io/choff3/letterboxd-sync:latest
tags: docker.io/choff3/letterboxd-sync:latest

0 comments on commit 6902e71

Please sign in to comment.