Skip to content

Commit

Permalink
github actions suck balls i swear to god
Browse files Browse the repository at this point in the history
  • Loading branch information
ellitedev committed Dec 14, 2023
1 parent 5f79e7d commit 0ab15aa
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ jobs:
push: true
tags: registry.ellite.dev/raibu-web:${{ steps.prep.outputs.tag }}
build-args: |
--build-arg RAIBU_DB_HOST="${{ secrets.RAIBU_DB_HOST }}"
--build-arg RAIBU_DB_USER="${{ secrets.RAIBU_DB_USER }}"
--build-arg RAIBU_DB_PASSWORD="${{ secrets.RAIBU_DB_PASSWORD }}"
--build-arg RAIBU_EMAIL_HOST="${{ secrets.RAIBU_EMAIL_HOST }}"
--build-arg RAIBU_EMAIL_PORT="${{ secrets.RAIBU_EMAIL_PORT }}"
--build-arg RAIBU_EMAIL_USER="${{ secrets.RAIBU_EMAIL_USER }}"
--build-arg RAIBU_EMAIL_PASS="${{ secrets.RAIBU_EMAIL_PASS }}"
--build-arg RAIBU_DB_HOST=${{ secrets.RAIBU_DB_HOST }}
--build-arg RAIBU_DB_USER='${{ secrets.RAIBU_DB_USER }}'
--build-arg RAIBU_DB_PASSWORD='${{ secrets.RAIBU_DB_PASSWORD }}'
--build-arg RAIBU_EMAIL_HOST=${{ secrets.RAIBU_EMAIL_HOST }}
--build-arg RAIBU_EMAIL_PORT=${{ secrets.RAIBU_EMAIL_PORT }}
--build-arg RAIBU_EMAIL_USER='${{ secrets.RAIBU_EMAIL_USER }}'
--build-arg RAIBU_EMAIL_PASS='${{ secrets.RAIBU_EMAIL_PASS }}'
- name: Test image
run: |
docker pull registry.ellite.dev/raibu-web:${{ github.ref }}
Expand Down

0 comments on commit 0ab15aa

Please sign in to comment.