Skip to content

Commit

Permalink
Updating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
prdpsvs committed Jun 23, 2024
1 parent 69e6df2 commit 3ecedc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ jobs:
uses: actions/checkout@v4

- name: Log in to the Container registry
uses: docker/login-action@v3.2.0
uses: docker/login-action@v3.3.0
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push Docker image
uses: docker/build-push-action@v6.1.0
uses: docker/build-push-action@v5.1.0
with:
context: devops
build-args: PYTHON_VERSION=${{ matrix.python_version }}
Expand Down

0 comments on commit 3ecedc2

Please sign in to comment.