Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

add useful commands to readme #6

add useful commands to readme

add useful commands to readme #6

Workflow file for this run

name: CD
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
context: .
push: true
tags: ghcr.io/${{ github.repository_owner }}/akamai-workshops:latest