Skip to content

Commit

Permalink
update checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
aptalca authored May 29, 2024
1 parent a6c1866 commit d3e43be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/BuildImage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v4.1.6

- name: Build image
run: |
Expand Down Expand Up @@ -38,4 +38,4 @@ jobs:
if: ${{ github.ref == format('refs/heads/master') }}
run: |
docker push ${ENDPOINT}:${{ github.sha }}
docker push ${ENDPOINT}:latest
docker push ${ENDPOINT}:latest

0 comments on commit d3e43be

Please sign in to comment.