Skip to content

Commit

Permalink
update workflow depends
Browse files Browse the repository at this point in the history
  • Loading branch information
holysoles committed Jun 30, 2024
1 parent 793fe01 commit f0cd095
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/image_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
packages: write
steps:
- name: checkout repo
uses: actions/checkout@v4.1.6
uses: actions/checkout@v4.1.7
- name: container registry auth
uses: docker/login-action@v3.1.0
uses: docker/login-action@v3.2.0
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand All @@ -33,7 +33,7 @@ jobs:
type=semver,pattern={{ version }}
type=raw,value=latest,enable=${{ !github.event.release.prerelease }}
- name: image build and push
uses: docker/build-push-action@v5.3.0
uses: docker/build-push-action@v6.2.0
with:
context: .
push: true
Expand Down

0 comments on commit f0cd095

Please sign in to comment.