Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ES-Alexander authored Oct 4, 2023
1 parent 0e3f11d commit 047436c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ jobs:
with:
docker-username: ${{ secrets.DOCKER_USERNAME }}
docker-password: ${{ secrets.DOCKER_PASSWORD }}
github-token: ${{ secrets.GITHUB_TOKEN }}
image-name: ${{ vars.IMAGE_NAME || 'quickstart-test' }}
build-platforms: ${{ vars.BUILD_PLATFORMS }}
author: ${{ vars.MY_NAME }}
author-email: ${{ vars.MY_EMAIL }}
maintainer: ${{ vars.ORG_NAME }}
maintainer-email: ${{ vars.ORG_EMAIL }}
# build-platforms: ${{ vars.BUILD_PLATFORMS }}
# author: ${{ vars.MY_NAME }}
# author-email: ${{ vars.MY_EMAIL }}
# maintainer: ${{ vars.ORG_NAME }}
# maintainer-email: ${{ vars.ORG_EMAIL }}

0 comments on commit 047436c

Please sign in to comment.