Skip to content

Commit

Permalink
fix actions path (#688)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdams committed Sep 12, 2023
1 parent 2932da0 commit 412b46d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-adoptium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
esac
- name: Build container image and push to Azure
uses: ././github/actions/docker-build
uses: ./.github/actions/docker-build
with:
DOCKER_REPO: adoptopenjdkacr.azurecr.io/adoptopenjdk-${{ env.NAMESPACE }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-adoptopenjdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
esac
- name: Build container image and push to Azure
uses: ././github/actions/docker-build
uses: ./.github/actions/docker-build
with:
DOCKER_REPO: adoptopenjdkacr.azurecr.io/azure-${{ env.NAMESPACE }}
BUILD_ARGS: MAVEN_FLAGS="-Padoptopenjdk,-adoptium"
Expand All @@ -45,7 +45,7 @@ jobs:

# if the branch is production, redeploy the k8s service on digitalocean too
- name: Login to DigitalOcean
uses: ././github/actions/do-login
uses: ./.github/actions/do-login
with:
token: ${{ secrets.DIGITALOCEAN_ACCESS_TOKEN }}

Expand Down

0 comments on commit 412b46d

Please sign in to comment.