revert deploy-development.yml

was for testing
This commit is contained in:
Philip H
2024-01-19 08:29:49 +01:00
committed by GitHub
parent 187c3ee007
commit 1bfbd4720a

View File

@@ -28,9 +28,6 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Set environment variables
run: echo RELEASE=$(cat ./src/package.json | jq -r .release) >> $GITHUB_ENV
- name: Build & Publish Docker Image
uses: docker/build-push-action@v5
with: