Giter VIP home page Giter VIP logo

keepalived's People

Contributors

eladhaim22 avatar margaale avatar mcastagna-sa avatar

Watchers

 avatar  avatar

Forkers

margaale

keepalived's Issues

Workflow

I saw that you setup an action to build and push the image. I've made a few changes in order to use the same name the github repo is. I'm posting it here...

name: Docker Build/Publish Image 
on:  
  push:    
    branches: [ master ]  

jobs:   
  build-docker-image:    
    runs-on: ubuntu-latest
    steps:      
      - name: Checkout the code       
        uses: actions/checkout@v2
  
      - name: Set up QEMU
        uses: docker/setup-qemu-action@v1

      - name: Set up Docker Buildx
        uses: docker/setup-buildx-action@v1

      - name: Login to DockerHub
        uses: docker/login-action@v1
        with:
          username: ${{ secrets.DOCKERHUB_USERNAME }}
          password: ${{ secrets.DOCKERHUB_TOKEN }}
      
      - name: Prepare image version
        run: |
          echo "DOCKER_IMAGE=$GITHUB_REPOSITORY:1.$GITHUB_RUN_NUMBER" >> $GITHUB_ENV
      
      - name: Prepare image name
        run: |
          echo "IMAGE_NAME=$GITHUB_REPOSITORY" >> $GITHUB_ENV
      
      - name: Build and push
        uses: docker/build-push-action@v2
        with:
          context: .
          push: true
          tags: ${{ env.DOCKER_IMAGE }}, ${{ env.IMAGE_NAME }}:latest
          platforms: linux/arm/v7

Feel free to close it if you want.
Thanks for sharing your work.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.