Skip to content

Commit

Permalink
ci: bump version of docker actions (#1806)
Browse files Browse the repository at this point in the history
  • Loading branch information
holic authored Oct 20, 2023
1 parent 91bfaa6 commit fc5748b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
uses: docker/metadata-action@v4.6.0
with:
context: git
images: ${{ matrix.image }}
Expand All @@ -42,7 +42,7 @@ jobs:
type=ref,event=branch
type=sha
- name: Build and push Docker image
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
uses: docker/build-push-action@v4.2.1
with:
context: .
push: true
Expand Down

0 comments on commit fc5748b

Please sign in to comment.