Skip to content

Commit

Permalink
enh(workflow): Update Docker actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tphakala committed Mar 3, 2024
1 parent 15f3cf2 commit bd4e536
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@ jobs:
echo "REPO=${GITHUB_REPOSITORY,,}" >> ${GITHUB_ENV}
- name: 'Set up Docker Buildx'
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3.1.0

- name: 'Cache Docker layers'
uses: actions/cache@v3
uses: actions/cache@v4.0.1
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
restore-keys: |
${{ runner.os }}-buildx-
- name: 'Build and Push Inventory Image'
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5.1.0
with:
push: true
tags: |
Expand Down

0 comments on commit bd4e536

Please sign in to comment.