Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
saturna committed May 28, 2023
1 parent 5fcd075 commit dcbe9c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockerhub-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
jobs:
docker-publish:
runs-on: ubuntu-latest
timeout-minutes: 59
timeout-minutes: 60
steps:
-
name: Set up QEMU
Expand Down Expand Up @@ -41,5 +41,5 @@ jobs:
with:
push: true
tags: ${{(env.IS_RELEASE == 'true' && format('gruxer/prism:{0},gruxer/prism:{1},gruxer/prism:latest', env.TAG_FULL_VERSION, env.TAG_PRIMARY_VERSION)) || 'gruxer/prism:master'}}
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
build-args: BUILD_TYPE=production

0 comments on commit dcbe9c8

Please sign in to comment.