Skip to content
This repository has been archived by the owner on Jun 13, 2022. It is now read-only.

Commit

Permalink
Merge pull request #87 from sizumita/release/1.2.3
Browse files Browse the repository at this point in the history
Release 1.2.3
  • Loading branch information
sizumita authored Apr 24, 2021
2 parents f04e8fb + 65985f9 commit d85a02f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v2
with:
platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6
context: .
push: true
tags: |
ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}:latest
ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}:1.2.2
ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}:1.2.3
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9.4
FROM ghcr.io/sizumita/pynacl-docker:1.0.0
#FROM ubuntu:18.04 as builder

WORKDIR /var/speech
Expand Down

0 comments on commit d85a02f

Please sign in to comment.