Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
test remove image
Browse files Browse the repository at this point in the history
  • Loading branch information
oksana-grishchenko committed Nov 2, 2023
1 parent 3567188 commit 48dff45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
steps:
- name: Delete Image
run: |
curl -u $secrets.DOCKERHUB_USERNAME:$secrets.DOCKERHUB_TOKEN -X "DELETE" https://hub.docker.com/v2/repositories/perconalab/everest/tags/v555.555.555/
curl -u ${secrets.DOCKERHUB_USERNAME}:${secrets.DOCKERHUB_TOKEN} -X "DELETE" https://hub.docker.com/v2/repositories/perconalab/everest/tags/v555.555.555/

0 comments on commit 48dff45

Please sign in to comment.