Skip to content

Commit

Permalink
chore(deps): update github actions dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 17, 2024
1 parent ab1c7d2 commit 22c32cf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,12 +219,12 @@ jobs:
cp ./blog.conf ./pkg/docker/data/
cp -r ./posts ./pkg/docker/data/
- name: Log in to Docker Hub
uses: docker/login-action@v3.1.0
uses: docker/login-action@v3.2.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push nightly docker image
uses: docker/build-push-action@v6.2.0
uses: docker/build-push-action@v6.4.1
with:
context: ./pkg/docker
file: ./pkg/docker/Dockerfile
Expand All @@ -233,7 +233,7 @@ jobs:
no-cache: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/rblog:nightly
- name: Build and push latest docker image
uses: docker/build-push-action@v6.2.0
uses: docker/build-push-action@v6.4.1
if: startsWith(github.ref, 'refs/tags/v')
with:
context: ./pkg/docker
Expand Down Expand Up @@ -271,7 +271,7 @@ jobs:
cd ${GITHUB_WORKSPACE}/packages/aur
./genpkgbuild.sh
- name: Publish Release to AUR
uses: KSXGitHub/[email protected].1
uses: KSXGitHub/[email protected].2
with:
pkgname: ${{ env.PKG_NAME }}-bin
pkgbuild: packages/aur/PKGBUILD
Expand Down

0 comments on commit 22c32cf

Please sign in to comment.