Skip to content

Update base-20.dockerfile #52

Update base-20.dockerfile

Update base-20.dockerfile #52

Workflow file for this run

name: publish
on: [push]
jobs:
publish-hello-docker-image:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
-
name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build and Push Docker Image
run: |
docker buildx imagetools create -t ghcr.io/boriskofman/browsers:node-16.18.1-chrome-110.0.5481.96-1-ff-109.0-edge-110.0.1587.41-1 cypress/browsers:node-16.18.1-chrome-110.0.5481.96-1-ff-109.0-edge-110.0.1587.41-1
-
name: Build and push base18
uses: docker/build-push-action@v5
with:
push: true
file: images/base-18.dockerfile
platforms: linux/amd64
tags: ghcr.io/boriskofman/base:18.16.1
-
name: Build and push base 20
uses: docker/build-push-action@v5
with:
push: true
file: images/base-20.dockerfile
platforms: linux/amd64
tags: ghcr.io/boriskofman/base:20.9.0