Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LordOfBug authored Jan 23, 2024
1 parent 093455c commit 3168169
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
- uses: actions/checkout@v4

- name: Show base
env:
REPO_BASE: ${{ secrets.REPO_BASE }}
run: echo "Repo base is: $REPO_BASE ..."

- name: Log in to Docker Hub
Expand All @@ -29,4 +31,6 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Build the Docker image
env:
REPO_BASE: ${{ secrets.REPO_BASE }}
run: ./k8s/build.sh v1.0.0

0 comments on commit 3168169

Please sign in to comment.