Fix frontend image (#6606)

* test latest image for frontend-main

* test latest image for frontend-main

* add ARG to Dockerfile

* update Changelog
fix-e2e-workflow
Sharafitdinova 2 years ago committed by GitHub
parent ee6eabd9f6
commit ae218f67f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/publish-docker-image-every-push.yml
  2. 1
      CHANGELOG.md
  3. 1
      docker/Dockerfile

@ -93,7 +93,7 @@ jobs:
DISABLE_BRIDGE_MARKET_CAP_UPDATER=false
CACHE_BRIDGE_MARKET_CAP_UPDATE_INTERVAL=
SOCKET_ROOT=
SESSION_COOKIE_DOMAIN=blockscout.com
SESSION_COOKIE_DOMAIN=${{ secrets.FRONTEND_MAIN }}
tests:
needs: push_to_registry
uses: blockscout/blockscout-ci-cd/.github/workflows/e2e_new.yaml@master

@ -65,6 +65,7 @@
### Chore
- [#6606](https://github.com/blockscout/blockscout/pull/6600) - Add ARG SESSION_COOKIE_DOMAIN to Dockerfile
- [#6600](https://github.com/blockscout/blockscout/pull/6600) - Token stub icon
- [#6588](https://github.com/blockscout/blockscout/pull/6588) - Add latest image build for frontend-main with specific build-args
- [#6584](https://github.com/blockscout/blockscout/pull/6584) - Vacuum package-lock.json

@ -34,6 +34,7 @@ ARG WOBSERVER_ENABLED
ARG ADMIN_PANEL_ENABLED
ARG CACHE_ADDRESS_WITH_BALANCES_UPDATE_INTERVAL
ARG SOCKET_ROOT
ARG SESSION_COOKIE_DOMAIN
# Cache elixir deps
ADD mix.exs mix.lock ./

Loading…
Cancel
Save