diff --git a/.github/workflows/build-push-services.yml b/.github/workflows/build-push-services.yml index 3d29441..6becc31 100644 --- a/.github/workflows/build-push-services.yml +++ b/.github/workflows/build-push-services.yml @@ -25,15 +25,15 @@ jobs: - name: "Set up Docker Buildx" uses: docker/setup-buildx-action@v1 - - name: "Login to ACR" - uses: docker/login-action@v1 - with: - registry: ${{ secrets.REGISTRY_LOGIN_SERVER }} - username: ${{ secrets.REGISTRY_USERNAME }} - password: ${{ secrets.REGISTRY_PASSWORD }} + # - name: "Login to ACR" + # uses: docker/login-action@v1 + # with: + # registry: ${{ secrets.REGISTRY_LOGIN_SERVER }} + # username: ${{ secrets.REGISTRY_USERNAME }} + # password: ${{ secrets.REGISTRY_PASSWORD }} - name: "Login to Dockerhub" - uses: docker/login-action@v1 + uses: docker/login-action@v3 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_PASSWORD }} @@ -52,7 +52,7 @@ jobs: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 with: - ruby-version: "2.6" + ruby-version: "3.3.0" - run: gem update --system diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 1c9da98..0cb1cda 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -31,7 +31,7 @@ jobs: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 with: - ruby-version: '2.6' + ruby-version: '3.3.0' - run: gem update --system