Skip to content

Commit

Permalink
cleanup of unused env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
dapolach committed Sep 14, 2024
1 parent 547dd0b commit 31636c9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/backend_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ jobs:

- name: Build and Publish Docker Image
working-directory: backend
env:
DOCKER_REGISTRY_USERNAME: ${{github.actor}}
DOCKER_REGISTRY_PASSWORD: ${{secrets.GITHUB_TOKEN}}
DOCKER_REGISTRY_URL: "https://ghcr.io"
run: |
# Build the Docker image and tag it with both the 'latest', commit hash, and tag if exist
./gradlew bootBuildImage --imageName=ghcr.io/zabiny/klabis-be:latest
Expand Down

0 comments on commit 31636c9

Please sign in to comment.