Skip to content

Commit

Permalink
Merge branch 'main' of github.com:KubeDev/sorteador
Browse files Browse the repository at this point in the history
  • Loading branch information
fabricioveronez committed Mar 25, 2024
2 parents d5b6010 + ad162d7 commit 6bfdfa5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4.1.2

- name: Docker Login
uses: docker/login-action@v1.10.0
uses: docker/login-action@v3.1.0
with:
username: ${{ secrets.DOCKER_GLOBAL_USER }}
password: ${{ secrets.DOCKER_GLOBAL_PWD }}

- name: Docker Build and Push
uses: docker/build-push-action@v2.7.0
uses: docker/build-push-action@v5.3.0
with:
context: ./
file: ./Dockerfile
Expand Down

0 comments on commit 6bfdfa5

Please sign in to comment.