Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
elops-od committed Dec 15, 2023
1 parent a43434e commit 55e5592
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build_tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
runs-on: ubuntu-22.04
environment: CI
steps:
- run: env
shell: bash
- name: Checkout
uses: actions/checkout@v2

Expand All @@ -39,5 +37,5 @@ jobs:
push: true
platforms: linux/amd64 ,linux/arm64/v8
tags: |
registry.hub.docker.com/elopsod/echo-server:${{github.ref_name}}
registry.hub.docker.com/${{github.repository}}:${{github.ref_name}}
registry.hub.docker.com/${{github.repository}}:latest

0 comments on commit 55e5592

Please sign in to comment.