Skip to content

Commit

Permalink
ci : Updatying github actions steps versions. Bumpingruby version fro…
Browse files Browse the repository at this point in the history
…m 2.6 to 3.3.0
  • Loading branch information
SoTrxII committed Feb 21, 2024
1 parent 3b6005e commit 559d11a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build-push-services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 559d11a

Please sign in to comment.