Skip to content

Commit

Permalink
Bump docker action tags
Browse files Browse the repository at this point in the history
  • Loading branch information
abkfenris committed Jul 31, 2023
1 parent 868c9d2 commit c44daef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
uses: actions/checkout@v2

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1.5.1
uses: docker/setup-buildx-action@v2.9.1

- name: Cache Docker layers
uses: actions/cache@v2.1.6
Expand All @@ -92,7 +92,7 @@ jobs:
echo "::set-output name=image_ref::${DOCKER_TAG})"
- name: Build Docker Image
uses: docker/build-push-action@v2.6.1
uses: docker/build-push-action@v4.1.1
with:
tags: |
${{ env.IMAGE_NAME }}:${{ env.DOCKER_TAG }}
Expand Down

0 comments on commit c44daef

Please sign in to comment.