diff --git a/.github/workflows/release-reproducible-smart-contract.yaml b/.github/workflows/release-reproducible-smart-contract.yaml index 57eaf59..bd61bc0 100644 --- a/.github/workflows/release-reproducible-smart-contract.yaml +++ b/.github/workflows/release-reproducible-smart-contract.yaml @@ -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 @@ -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