Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
Web Docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Research Support BSS
Web Docker
Commits
c784b42c
Unverified
Commit
c784b42c
authored
2 years ago
by
Janyk Steenbeek
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update login action to use tag
parent
223f02f2
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/build.yml
+2
-2
2 additions, 2 deletions
.github/workflows/build.yml
with
2 additions
and
2 deletions
.github/workflows/build.yml
+
2
−
2
View file @
c784b42c
...
@@ -23,7 +23,7 @@ jobs:
...
@@ -23,7 +23,7 @@ jobs:
name
:
Set up Docker Buildx
name
:
Set up Docker Buildx
uses
:
docker/setup-buildx-action@v2
uses
:
docker/setup-buildx-action@v2
-
name
:
Log in to the Container registry
-
name
:
Log in to the Container registry
uses
:
docker/login-action@
f054a8b539a109f9f41c372932f1ae047eff08c9
uses
:
docker/login-action@
v2
with
:
with
:
registry
:
${{ env.REGISTRY }}
registry
:
${{ env.REGISTRY }}
username
:
${{ github.actor }}
username
:
${{ github.actor }}
...
@@ -35,4 +35,4 @@ jobs:
...
@@ -35,4 +35,4 @@ jobs:
context
:
.
context
:
.
push
:
true
push
:
true
platforms
:
linux/amd64,linux/arm64
platforms
:
linux/amd64,linux/arm64
tags
:
ghcr.io/janyksteenbeek/web-docker:latest
tags
:
ghcr.io/janyksteenbeek/web-docker:latest
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment