Skip to content

Commit

Permalink
Revert "change path"
Browse files Browse the repository at this point in the history
This reverts commit 9cce859.
  • Loading branch information
alessfg committed Dec 20, 2023
1 parent 9cce859 commit e68be23
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/alpine-mainline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -372,4 +372,4 @@ jobs:

- name: Delete untagged Alpine NGINX mainline Docker images on the Amazon ECR Public Gallery
run: |
./scripts/delete-untagged-amazon-public-ecr-images.sh
.github/workflows/scripts/delete-untagged-amazon-public-ecr-images.sh
2 changes: 1 addition & 1 deletion .github/workflows/alpine-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -348,4 +348,4 @@ jobs:

- name: Delete untagged Alpine NGINX stable Docker images on the Amazon ECR Public Gallery
run: |
./scripts/delete-untagged-amazon-public-ecr-images.sh
.github/workflows/scripts/delete-untagged-amazon-public-ecr-images.sh
2 changes: 1 addition & 1 deletion .github/workflows/debian-mainline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,4 +263,4 @@ jobs:

- name: Delete untagged Debian NGINX mainline Docker images on the Amazon ECR Public Gallery
run: |
./scripts/delete-untagged-amazon-public-ecr-images.sh
.github/workflows/scripts/delete-untagged-amazon-public-ecr-images.sh
2 changes: 1 addition & 1 deletion .github/workflows/debian-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,4 +247,4 @@ jobs:

- name: Delete untagged Debian NGINX stable Docker images on the Amazon ECR Public Gallery
run: |
./scripts/delete-untagged-amazon-public-ecr-images.sh
.github/workflows/scripts/delete-untagged-amazon-public-ecr-images.sh

0 comments on commit e68be23

Please sign in to comment.