Skip to content

Commit

Permalink
ghactions: github action autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 20, 2023
1 parent bf50103 commit 15c6b7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@ jobs:
uses: actions/[email protected]

- name: "Log in to Docker Hub"
uses: docker/login-action@v2.2.0
uses: docker/login-action@v3.0.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: "Extract metadata (tags, labels) for Docker"
id: meta
uses: docker/metadata-action@v4.6.0
uses: docker/metadata-action@v5.0.0
with:
images: jmlemetayer/abba
flavor: |
latest=true
- name: "Build and push Docker image"
uses: docker/build-push-action@v4.2.1
uses: docker/build-push-action@v5.0.0
with:
context: docker
push: true
Expand Down

0 comments on commit 15c6b7d

Please sign in to comment.