Skip to content

Commit

Permalink
undo changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sofia-assis committed Mar 24, 2024
1 parent 2c95ddc commit f86a696
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/publish-website-monitor-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,8 @@ on:
branches: [ "main" ]

jobs:
build-and-validate:
name: Build and Validate
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2

- name: Build Docker Image
run: docker build -t my-image:latest .

- name: Validate
run: |
wget https://github.com/opencontainers/image-tools/releases/download/v1.0.0/oci-image-tool && \
chmod +x oci-image-tool && \
./oci-image-tool validate --tarball my-image.tar.gz
push_to_registry:
name: Push Docker Image to Docker Hub
needs: build-and-validate
runs-on: ubuntu-latest
steps:
- name: Checkout the repo
Expand Down

0 comments on commit f86a696

Please sign in to comment.