Skip to content

Commit

Permalink
Removing the dev image
Browse files Browse the repository at this point in the history
  • Loading branch information
danakim committed Dec 14, 2023
1 parent 8cd1ff2 commit 0fb7ff8
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-webauthn/stepup-webauthn:prod
ghcr.io/openconext/stepup-webauthn/stepup-webauthn:${{ github.sha }}
ghcr.io/openconext/stepup-webauthn/stepup-webauthn:${{ 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-webauthn/stepup-webauthn:dev
10 changes: 0 additions & 10 deletions docker/Dockerfile.dev

This file was deleted.

0 comments on commit 0fb7ff8

Please sign in to comment.