Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
github action to pass buildarg
Browse files Browse the repository at this point in the history
  • Loading branch information
neurosnap committed Jun 22, 2021
1 parent fbd0eaf commit 50f769f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 45 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,11 @@ jobs:
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@master
with:
name: aptible/reploy-ui
name: aptible/www-prod
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
registry: quay.io
env:
CONTENTFUL_ACCESS_TOKEN: ${{ secrets.CONTENTFUL_ACCESS_TOKEN }}
buildargs: CONTENTFUL_ACCESS_TOKEN=${{ secrets.CONTENTFUL_ACCESS_TOKEN }}
deploy:
runs-on: ubuntu-latest
needs: build
Expand Down
42 changes: 0 additions & 42 deletions docker-build.sh

This file was deleted.

0 comments on commit 50f769f

Please sign in to comment.