Skip to content

Commit

Permalink
Update docker-images.yml
Browse files Browse the repository at this point in the history
fixed docker build pipeline for master branch
  • Loading branch information
fbarresi authored Feb 10, 2024
1 parent 53fbce6 commit 61a8dc8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Log in to Docker Hub
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down Expand Up @@ -48,4 +50,4 @@ jobs:
release_name: 1.2.${{ github.run_number }}
draft: false
prerelease: false


0 comments on commit 61a8dc8

Please sign in to comment.