Skip to content

Commit

Permalink
build and push busybox
Browse files Browse the repository at this point in the history
  • Loading branch information
nihaldivyam committed Nov 5, 2024
1 parent e5fc83a commit 9337884
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:

- name: Build and push the hello-docker Docker image
run: |
docker pull opensearchproject/opensearch:2.11.1
docker image tag opensearchproject/opensearch:2.11.1 ghcr.io/obmondo/opensearchproject:2.11.1
docker push ghcr.io/obmondo/opensearchproject:2.11.1
docker pull opensearchproject/busybox:latest
docker image tag opensearchproject/busybox:latest ghcr.io/obmondo/busybox:latest
docker push ghcr.io/obmondo/busybox:latest

0 comments on commit 9337884

Please sign in to comment.