Skip to content

Commit

Permalink
Bump action uses versions for checkout and build push
Browse files Browse the repository at this point in the history
  • Loading branch information
nhalstead committed Jun 29, 2024
1 parent 074ee34 commit 910bbf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

steps:
- name: Checkout Code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
fi
- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: env.file_exists == 'true'
with:
context: .
Expand Down

0 comments on commit 910bbf5

Please sign in to comment.