Skip to content

Commit

Permalink
Change base image of docker-image workflow from ubuntu-18.04 to ubunt…
Browse files Browse the repository at this point in the history
…u-latest (#41)
  • Loading branch information
Harsh3305 authored Apr 8, 2023
1 parent 189bbc2 commit 09bea37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
jobs:
push_to_registries:
name: Push Docker image to multiple registries
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
permissions:
packages: write
contents: read
Expand Down

0 comments on commit 09bea37

Please sign in to comment.