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 d6622bc commit aff6794
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ env:
REGISTRY: docker.io
# github.repository as <account>/<repo>
IMAGE_NAME: ${{ github.repository }}
REPO_BASE: ${{ secrets.REPO_BASE }}

jobs:
build:
runs-on: ubuntu-latest
environment: Build

steps:
- uses: actions/checkout@v4

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

- name: Log in to Docker Hub
Expand All @@ -31,6 +31,4 @@ 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 aff6794

Please sign in to comment.