Skip to content

update analytics url #16

update analytics url

update analytics url #16

Workflow file for this run

name: Build and Push Docker image
on:
push:
branches:
- master # main o master, dipende dal tuo branch principale
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Log in to DockerHub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push Docker image
uses: docker/build-push-action@v6
with:
push: true
tags: morrolinux/corsolinux-com:latest