ci: removed not needed steps
This commit is contained in:
parent
22919f3772
commit
7fe2598308
1 changed files with 1 additions and 13 deletions
|
|
@ -17,22 +17,10 @@ env:
|
||||||
jobs:
|
jobs:
|
||||||
build-and-push:
|
build-and-push:
|
||||||
runs-on: microk8s
|
runs-on: microk8s
|
||||||
steps:
|
steps:
|
||||||
- name: Install Node.js
|
|
||||||
run: |
|
|
||||||
# Install Node.js which is required for the checkout action
|
|
||||||
# Run without sudo as we're likely running as root already
|
|
||||||
apt-get update || true
|
|
||||||
apt-get install -y nodejs npm || true
|
|
||||||
|
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
|
||||||
run: |
|
|
||||||
# Set up buildx for multi-platform builds
|
|
||||||
docker buildx create --use
|
|
||||||
|
|
||||||
- name: Login to Container Registry
|
- name: Login to Container Registry
|
||||||
run: |
|
run: |
|
||||||
echo "${{ secrets.REGISTRY_PASSWORD }}" | docker login ${{ env.REGISTRY }} -u ${{ secrets.REGISTRY_USERNAME }} --password-stdin
|
echo "${{ secrets.REGISTRY_PASSWORD }}" | docker login ${{ env.REGISTRY }} -u ${{ secrets.REGISTRY_USERNAME }} --password-stdin
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue