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

Commit

Permalink
yaml multibuild
Browse files Browse the repository at this point in the history
  • Loading branch information
AppleGamer22 committed Nov 10, 2020
1 parent 27969c1 commit 1eec9bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
with:
push: true
tags: ${{secrets.DOCKERHUB_USERNAME}}/scr-web:${{steps.get_version.outputs.VERSION}},${{secrets.DOCKERHUB_USERNAME}}/scr-web:latest
platforms: linux/amd64,linux/arm64,linux/386
platforms: linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7,linux/s390x,linux/ppc64le
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@applegamer22/scr-web",
"description": "Social media web scraper web GUI for post file downloads.",
"version": "1.0.0-alpha.23.8",
"version": "1.0.0-alpha.23.9",
"author": "Omri Bornstein",
"publisher": "AppleGamer22",
"private": false,
Expand Down

0 comments on commit 1eec9bf

Please sign in to comment.