We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0a6e56 commit 72b0467Copy full SHA for 72b0467
.github/workflows/build.yml
@@ -10,7 +10,7 @@ jobs:
10
- name: Check out the repo
11
uses: actions/checkout@v3
12
- name: Build the container image
13
- uses: docker/build-push-action@v4
+ uses: docker/build-push-action@v5
14
with:
15
context: .
16
file: Dockerfile
0 commit comments