Skip to content

Commit

Permalink
Update github actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ishikawa999 committed Jun 28, 2024
1 parent bebc298 commit 79b2c30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
target: ['3.0.1', '3.0.1/alpine']
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: docker/build-push-action@v4
- uses: docker/build-push-action@v5
with:
context: ./${{ matrix.target }}
tags: redmica
Expand Down

0 comments on commit 79b2c30

Please sign in to comment.