Skip to content

Commit

Permalink
Docker: We do not use the dev image anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
quartje committed Dec 18, 2023
1 parent be8231f commit 180337d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/build-push-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,3 @@ jobs:
ghcr.io/openconext/stepup-gssp-example/stepup-gssp-example:prod
ghcr.io/openconext/stepup-gssp-example/stepup-gssp-example:${{ github.sha }}
ghcr.io/openconext/stepup-gssp-example/stepup-gssp-example:${{ steps.release.outputs.tag_name }}
- name: Build and push the Development image
uses: docker/build-push-action@v4
with:
context: .
file: docker/Dockerfile.dev
platforms: linux/amd64,linux/arm64
push: true
tags: |
ghcr.io/openconext/stepup-gssp-example/stepup-gssp-example:dev
10 changes: 0 additions & 10 deletions docker/Dockerfile.dev

This file was deleted.

0 comments on commit 180337d

Please sign in to comment.