Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 22, 2024
1 parent 703aa50 commit 88980b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
steps:
- uses: actions/checkout@v4.1.7
- name: Build
uses: docker/build-push-action@v6.4.1
uses: docker/build-push-action@v6.5.0
- name: Build Test
uses: docker/build-push-action@v6.4.1
uses: docker/build-push-action@v6.5.0
with:
target: test
- name: Test
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,20 @@ jobs:
steps:
- uses: actions/checkout@v4.1.7
- name: Login to Docker
uses: docker/login-action@v3.2.0
uses: docker/login-action@v3.3.0
with:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_TOKEN }}
- name: Build
uses: docker/build-push-action@v6.4.1
uses: docker/build-push-action@v6.5.0
- name: Build Test
uses: docker/build-push-action@v6.4.1
uses: docker/build-push-action@v6.5.0
with:
target: test
- name: Test
run: DOCKER_BUILDKIT=1 docker compose run --rm bats test
- name: Push
uses: docker/build-push-action@v6.4.1
uses: docker/build-push-action@v6.5.0
with:
push: true
tags: technowledgy/vlux:latest
Expand Down

0 comments on commit 88980b2

Please sign in to comment.