Skip to content

Commit febbc61

Browse files
committed
Update build-and-push-docker-image.yml
1 parent 6d3b0d2 commit febbc61

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-and-push-docker-image.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ env:
77

88
jobs:
99
build:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-22.04
1111
steps:
1212
- name: Checkout repository
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v3
1414

1515
- name: Build and push docker image
16-
uses: docker/build-push-action@v1
16+
uses: docker/build-push-action@v4
1717
with:
1818
username: ${{ secrets.DOCKER_USERNAME }}
1919
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)