Skip to content

Commit

Permalink
Change environment
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilKWarmdahl committed Jan 8, 2025
1 parent 8960753 commit 1884334
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release-reproducible-smart-contract.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,12 @@ env:
jobs:
release-docker:
runs-on: ubuntu-latest
environment: release
environment: front-end-tools
steps:
- name: Login to Docker Hub
if: ${{ secrets.DOCKERHUB_TOKEN }}
uses: docker/login-action@v3
with:
username: 'concordium'
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Clone repo
Expand Down Expand Up @@ -47,7 +46,6 @@ jobs:
fi
- name: Build and push docker image
if: ${{ secrets.DOCKERHUB_TOKEN }}
uses: docker/build-push-action@v6
with:
context: ./reproducible
Expand Down

0 comments on commit 1884334

Please sign in to comment.