Skip to content

Commit

Permalink
fix: github actions and Jenkinsfile build
Browse files Browse the repository at this point in the history
  • Loading branch information
ssthom committed Nov 13, 2024
1 parent f1b2c91 commit 3aa3477
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/docker-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ env:
jobs:
build-maven:
runs-on: ubuntu-latest
container:
image: ubuntu:22.04
steps:
- name: Install dependencies
run: |
Expand All @@ -34,8 +32,6 @@ jobs:

build-docker:
runs-on: ubuntu-latest
container:
image: ubuntu:22.04
env:
IMAGE_NAME: ${{ github.repository }}
REGISTRY: ghcr.io
Expand Down Expand Up @@ -81,8 +77,6 @@ jobs:
deploy:
if: ${{ github.ref == 'refs/heads/main' }}
runs-on: ubuntu-latest
container:
image: ubuntu:22.04
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 3aa3477

Please sign in to comment.