Skip to content

Commit

Permalink
add "environment" key to docker-build step
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkrives authored May 5, 2024
1 parent 81a1d7b commit 29256d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
environment: "docker hub"
steps:
- uses: docker/setup-buildx-action@v3
- name: Log in to Docker Hub
Expand Down

0 comments on commit 29256d2

Please sign in to comment.