We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37993f5 commit 82e159aCopy full SHA for 82e159a
1 file changed
.github/workflows/apache-proxy.yaml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
deploy:
11
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
12
environment: Deploy to Docker Hub
13
steps:
14
- name: Checkout code
@@ -30,4 +30,4 @@ jobs:
30
- name: Push Docker image
31
run: |
32
docker push ${{ env.APACHE_OIDC_REPO }}:github-build-${{ github.run_number }}
33
- docker push ${{ env.APACHE_OIDC_REPO }}:latest
+ docker push ${{ env.APACHE_OIDC_REPO }}:latest
0 commit comments