Skip to content

Commit

Permalink
Try now
Browse files Browse the repository at this point in the history
  • Loading branch information
cybermaggedon committed Oct 4, 2024
1 parent 3d810c1 commit a83035b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Log in to Docker Hub
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_SECRET }}

- name: Install build dependencies
run: pip3 install jsonnet

Expand All @@ -53,12 +59,6 @@ jobs:
# prerelease: true
# skipIfReleaseExists: true

- name: Log in to Docker Hub
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_SECRET }}

- name: Build container
run: make container

Expand Down

0 comments on commit a83035b

Please sign in to comment.