diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6d00dad..d77dbed 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,8 +25,8 @@ jobs: with: build_file: Dockerfile registry: git.coopgo.io - username: ACCESS_TOKEN_USR - password: ACCESS_TOKEN_PWD + username: $ACCESS_TOKEN_USR + password: $ACCESS_TOKEN_PWD image: coopgo-platform/mobility-accounts tag: test cache: true