Skip to content

Commit 82e159a

Browse files
Ubuntu is upgraded to latest (#99)
1 parent 37993f5 commit 82e159a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/apache-proxy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
deploy:
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-latest
1212
environment: Deploy to Docker Hub
1313
steps:
1414
- name: Checkout code
@@ -30,4 +30,4 @@ jobs:
3030
- name: Push Docker image
3131
run: |
3232
docker push ${{ env.APACHE_OIDC_REPO }}:github-build-${{ github.run_number }}
33-
docker push ${{ env.APACHE_OIDC_REPO }}:latest
33+
docker push ${{ env.APACHE_OIDC_REPO }}:latest

0 commit comments

Comments
 (0)